-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmom_site.css
65 lines (54 loc) · 1.03 KB
/
mom_site.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
* {
margin: 0%;
padding: 0%;
}
h1 {background-color: Black;
font-family: Nexa Light;
text-align: center;
color: white}
body {background-image: url("School 2.png");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
#Header {width: 100%;
height: 50px;
background-color: rgb(8, 16, 152);
line-height: 50px;
border-bottom: 2px solid;
position: fixed;
top: 0px;
}
#container {
width: 960px;
height: 100%;
margin: auto;
background-color: rgba(255, 255, 255, 0.7);
border-right: 2px solid; border-left: 2px solid;
}
#dummy {
width: 960px;
height: 500px;
margin: auto;
}
#About {
width: 900px;
margin: auto;
font-family: Nexa Light; font-size: 20px;
text-align: center;
padding: 0 20px;
border-bottom: 1px line()
}
#logo {
width: 800px;
height: 600px;
margin: auto;
}
#navigations {list-style-type: none;
margin-left: 30%;
text-align: center;}
#navigations li {font-family: Nexa Light;
color: white;
float: left;
margin-right: 30px;}
img {text-align: center}