-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
96 lines (89 loc) · 1.32 KB
/
style.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
.navbar{
display: flex;
align-items: center;
padding: 20px;
}
nav{
flex: 1;
text-align: right;
}
nav ul{
display: inline-block;
list-style-type: none;
}
nav ul li{
display: inline-block;
margin-right: 20px;
}
#a{
color: black;
text-decoration: none;
}
#b{
color: black;
text-decoration: none;
}
#c{
color: black;
text-decoration: none;
}
#d{
margin-left: 20px;
margin-right: 15px;
color: black;
text-decoration: none;
}
#e{
margin-left: 20px;
margin-right: 15px;
color: black;
text-decoration: none;
}
#f{
margin-left: 20px;
margin-right: 15px;
color: black;
text-decoration: none;
}
#ju{
width: 100%;
border: none;
height: 30px;
}
#ju:hover{
outline: none;
}
#ju:visited{
outline: none;
}
body{
font-family: Georgia, 'Times New Roman', Times, serif;
}
#h{
text-align: right;
color: rgb(158, 158, 158);
font-size: 11px;
}
#hug{
border-collapse: collapse;
}
#teri{
margin: 20px;
}
#i{
display: inline;
margin-left: 20px;
margin-right: 30px;
}
#a{
display: inline;
margin-left: 30px;
}
#m{
display: inline;
margin-left: 30px;
}
#l{
display: inline;
margin-left: 30px;
}