-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
75 lines (61 loc) · 965 Bytes
/
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
body{
font-family: "Marker Felt", "Comic Sans MS", fantasy;
color: #003366;
background-color:rgb(174,0,255);
}
h1 {
font-size: 3.0em;
text-align: center;
color: yellow;
}
.h2 {
font-size: 4.0em;
text-align: center;
color:rgb(0,255,0);
}
.img1 {
float: center;
margin: 0 20px 20px 20px;
line-height:3.0;
}
.img2 {
float: right;
margin: 20px 20px 20px 20px;
}
.p1 {
text-align: right;
margin: 400px 20px 20px 20px;
color: red;
}
.p2 {
text-align: center;
margin: 0px 20px 20px 20px;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
border: 1px solid #e7e7e7;
background-color: #f3f3f3;
}
li {
float: left;
}
li a {
display: block;
color: #666;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: #ddd;
}
li a {
color: white;
background-color: #4CAF50;
}
top,right,bottom,left
{
}