-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
122 lines (121 loc) · 2.1 KB
/
style.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
img{
width: 320px;
height: 240px;
}
header{
font-family: 'Dancing Script', cursive;
text-align: center;
border: 3px solid #2E2E2E;
padding: 5px;
width: 400px;
margin: 0px auto;
box-shadow: 0px 0px 15px #434F5B;
}
header h1{
color: #212A3F;
font-size: 45px;
}
header p{
color: #434F5B;
}
#topnav{
font-family: 'Dancing Script', cursive;
background-color: #434F5B;
font-size: 30px;
text-transform: lowercase;
width: 415px;
margin: 0 auto;
}
#topnav ul{
padding: 20px 15px;
margin: 0px;
text-align: center;
}
#topnav ul li{
list-style-type: none;
display: inline;
}
#topnav ul li a{
color: #F2F2F2;
text-decoration: none;
margin: 0px 5px;
padding: 5px;
}
#topnav ul li a:hover{
border-bottom: 3px solid #F2F2F2;
transition: 50ms linear 0s;
-moz-transition: 50ms linear 0s;
-webkit-transition: 50ms linear 0s;
}
body{
background-color: #F2F2F2;
}
#content{
font-family: 'Lora', serif;
}
#content h1, h2, h3, h4, h5, h6{
color: #212A3F;
text-align: center;
font-family: 'Dancing Script', cursive;
}
#content p{
color: #2E2E2E;
text-align: left;
width: 415px;
margin: 0px auto;
}
#content img{
display: block;
margin-left: auto;
margin-right: auto;
}
#content ul{
text-align: center;
margin: 0px;
padding: 0px;
}
#pic1{
padding-bottom: 5px;
}
#pic2{
padding-bottom: 5px;
}
#pic3{
padding-bottom: 5px;
}
footer{
border-top: 10px solid #434F5B;
width: 415px;
margin: 0px auto;
}
footer p{
float: right;
padding-top: 5px;
padding-right: 0px;
padding-bottom: 5px;
padding-left: 0px;
margin: 0px;
font-family: 'Lora', serif;
}
.footernav{
padding-top: 5px;
padding-left: 0px;
float: left;
}
.footernav ul{
margin: 0px;
padding: 0px;
}
.footernav ul li{
list-style-type: none;
display: inline;
}
.footernav ul li a:link, .footernav ul li a:visited{
color: #212A3F;
text-decoration: none;
text-transform: lowercase;
font-family: 'Dancing Script', cursive;
}
.footernav ul li a:hover{
color: #8F8F8F;
}