-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchildhood.css
132 lines (121 loc) · 2.07 KB
/
childhood.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
123
124
125
126
127
128
129
130
131
132
@charset "utf-8";
body {
width: 100%;
height: 2000px;
background: url(child.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: scroll;
border-bottom: 20px solid black;
margin: 0px;
}
header {
font-family: 'Courier New', arial;
font-weight: 900;
font-size: large;
}
/*header nav list*/
.navlist ul {
background-color: black;
line-height: 50px;
margin: 0;
}
.navlist li {
display: inline-block;
width: 15%;
text-align: center;
}
#short1 {
width: 10%;
}
#short2 {
width: 10%;
}
#shorth {
width: 12%
}
.navlist li a {
color: white;
text-decoration: none;
}
.navlist a:hover {
border-bottom: 5px solid white;
}
/*done*/
#title {
display: block;
margin: 5px auto 0px 9%;
width: 30%;
font-family: 'OCR A Std', monospace;
color: white;
font-size: 60px;
font-weight: 900;
border-bottom: 15px solid white;
margin-bottom: 30px;
}
#intro {
background-color: black;
padding: 2%;
font-family: Georgia, serif;
font-size: 2.2em;
margin: 1% 30% 5% 9%;
color: white;
font-weight: 400;
}
#title2 {
display: block;
margin: 5px 9% 0px auto;
width: 30%;
font-family: 'OCR A Std', monospace;
color: white;
font-size: 60px;
font-weight: 900;
border-bottom: 15px solid white;
margin-bottom: 30px;
}
#intro2 {
background-color: black;
padding: 2%;
font-family: Georgia, serif;
font-size: 2.2em;
margin: 1% 9% 5% 30%;
color: white;
font-weight: 400;
}
#title3 {
display: block;
margin: 5px auto 0px 9%;
width: 30%;
font-family: 'OCR A Std', monospace;
color: white;
font-size: 60px;
font-weight: 900;
border-bottom: 15px solid white;
margin-bottom: 30px;
}
#intro3 {
background-color: black;
padding: 2%;
font-family: Georgia, serif;
font-size: 2.2em;
margin: 1% 30% 5% 9%;
color: white;
font-weight: 400;
}
/*footer list*/
footer {
position: fixed;
width: 100%;
bottom: 0px;
}
footer li {
display: inline-block;
width: 32.5%;
text-align: center;
}
footer ul {
background-color: black;
line-height: 50px;
margin: 0;
color: white;
}