generated from LaunchCodeEducation/HTML-Me-Something-Starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
71 lines (57 loc) · 846 Bytes
/
styles.css
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
body {
margin: 8px;
display: block;
text-align: center;
}
html {
background-color: lightgrey;
}
h2 {
color: darkorange
}
h3{
color: rgb(204, 112, 0)
}
img {
height:auto;
width: 550px;
display: block;
margin-left: auto;
margin-right: auto;
}
footer {
text-align: left;
margin-left: 50px;
}
section {
border: 1px solid rgb(0, 0, 62);
padding-left: 100px;
padding-right:100px;
padding-bottom: 10px;
margin-left: 50px;
margin-right: 50px;
margin-top: 10px;
}
p {
font-size: 18px;
}
figcaption {
font-style: italic;
margin-right: auto;
margin-left: auto;
max-width: 550px;
}
#WHlogo {
height: auto;
width: 100px
}
#mainHeading {
color: red
}
.funParagraph {
color: green
}
.tallImg {
height: auto;
width: 350px
}