-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
62 lines (58 loc) · 959 Bytes
/
style.css
File metadata and controls
62 lines (58 loc) · 959 Bytes
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
img{
margin: auto;
display:block;
width: 500px;
}
p{
text-align: center;
color: #0099ff;
font-weight: 600;
font-stretch: extra-condensed;
font-family: 'Indie Flower', cursive;
}
h2{
text-align: center;
color: #00cca3;
font-family: 'Indie Flower', cursive;
font-weight: 600;
}
h1{
text-align: center;
color: #45d3e0;
font-family: 'Indie Flower', cursive;
font-weight: bold;
}
h3{
text-aline: auto
color: #45d3e0;
font-family: 'Indie Flower', cursive;
display: inline;
}
a{
text-aline : auto;
font-family : 'Indie Flower', cursive;
display : inline;
}
body{
background-color : #020202;
}
#na {
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
border: 1px solid #00bbef;
}
.nav a {
display: block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.nav{
float: left;
width: 150px;
}
a:hover{
color: 008bef;
}