-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
47 lines (42 loc) · 821 Bytes
/
styles.css
File metadata and controls
47 lines (42 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
img {
border: 1px solid #ddd;
border-radius: 4px;
height: 500px;
width: 700px;
display: block;
margin-left: auto;
margin-right: auto;
}
.bodyClass {
background-color: darkgrey;
margin-left: 25px;
margin-top: 25px;
}
#heading {
color: darkred;
text-align: center;
font-style: italic;
border-style: none;
}
li {
color: mediumblue;
font-size: 17px;
font-weight: bold;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
padding-left: 5px;
}
h2{
padding-left: 25px;
color: brown;
}
.subHeading{
padding-left: 25px;
color: purple;
}
p{
padding-left: 25px;
text-indent: 40px;
text-align: left;
font-size: 17px;
color: black;
}