-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle_index.css
59 lines (55 loc) · 940 Bytes
/
style_index.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
#header {
background-image: url("assets/header.png");
background-size: 100% 100%;
width: 1452px;
height: 840px;
margin-top: -20px;
margin-left: -20px;
margin-right: -20px;
}
body {
background-color: #e6f2ff;
background-repeat: no-repeat;
background-repeat: no-repeat;
background-position:top center;
background-size: contain;
font: 24px "Helvetica Neue", arial, freesans, clean, sans-serif;
}
.logo {
text-decoration: none;
}
.nav {
margin-top: 500px;
position: fixed;
top: 0px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
li {
float: left;
}
h2 {
text-align: center;
}
p {
text-align: justify;
margin-top: -20px;
margin-left: 300px;
margin-right: 300px;
}
li a {
display: block;
color: white;
font-weight: bold;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 36px;
}
li a:hover {
color: #ff6666;
}