-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
66 lines (66 loc) · 1018 Bytes
/
main.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
body {
font-family: Helvetica, Arial, sans-serif;
color: #000;
letter-spacing: 2px;
line-height: 1.35
}
a {
color: #8b00e0;
font-weight: bold;
}
a:visited {
color: #42006a;
}
header {
text-align: right;
padding-bottom: 5px;
border-bottom: 1px solid #ccc;
}
nav a {
margin-left: 10px;
font-weight: normal;
color: #5f5f5f;
text-decoration: none;
}
h1 {
font-size: 90px;
color: #0099ff;
margin: 0;
line-height: 1;
padding: 0;
}
#logo {
float: right;
margin: 12px 50px;
border-radius: 50%
}
#top {
margin: 20px 0 50px 50px;
}
#info {
font-size: 22px;
}
.blue {
color: #0099ff;
font-weight: bold;
font-size: 36px;
}
#marquee-container {
border-top: 1px solid;
border-bottom: 1px solid;
padding: 30px 0 30px 0;
margin: 0 50px;
text-align: center;
font-size: 26px;
line-height: 1.6;
}
#website-list {
margin: 30px 0 20px 50px;
}
footer {
text-align: center;
padding-top: 10px;
padding-bottom: 5px;
border-top: 1px solid #ccc;
line-height: 1.6
}