-
Notifications
You must be signed in to change notification settings - Fork 0
/
new.css
76 lines (69 loc) · 1.22 KB
/
new.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
nav{
position: fixed;
}
ol {
position: fixed;
width: 100%;
list-style-type: none;
margin: 0;
padding: 0px;
overflow: hidden;
background-color: rgb(255, 255, 255);
}
ol .zero1{
padding: 20px;
font-size: 20px;
}
li {
float: left;
padding-left: 50px;
font-family: Arial, Helvetica, sans-serif;
font-size: 19px;
letter-spacing: 2px;
word-spacing: 2px;
color: #000000;
font-weight: 700;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
width: 40px;
}
/* Change the link color to #111 (black) on hover */
li a:hover {
background-color: #111;
}
h2{
padding: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 29px;
font-weight: 1700;
letter-spacing: 2px;
word-spacing: 2px;
color: #000000;
/* font-weight: 700; */
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: uppercase;
padding-left: 60px;
}
.two{
margin-left: 40px;
}
.three{
margin-left: 40px;
}
.four{
margin-left: 40px;
}
.five{
margin-left: 40px;
}