-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (51 loc) · 833 Bytes
/
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
*{
margin:0;
padding:0;
box-sizing: border-box;
}
body{
background:rgba(0, 131, 131, 0.418);
}
nav{
color:black;
margin:0px 2px;
vertical-align: middle;
}
nav ul{
vertical-align:middle;
padding: 2px 5px;
margin:0 px;
}
nav ul li{
display:inline;
padding :5px 10px;
margin:5px;
vertical-align:middle;
}
nav>ul li:hover{
font-weight: 600;
text-shadow: 5px;
z-index: 1;
}
blockquote{
text-align:center;
font-family:'Courier New', Courier, monospace;
padding:50px;
margin:5px;
}
section{
margin:20px 100px;
}
section{
padding-bottom:30px;
border-bottom: 0.5px rgba(87, 83, 83, 0.712) solid;
}
footer{
position:relative;
margin-top:140px;
padding-top:10px;
text-align:center;
}
div.about{
margin:20px 100px;
}