forked from truecodersio/CSS_Exercise
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
42 lines (40 loc) · 691 Bytes
/
index.css
File metadata and controls
42 lines (40 loc) · 691 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
.nav-link {
color: orange;text-decoration: none;
}
main {
max-width: 600px;
margin-top:44px;
margin-bottom:44px;
margin-left: auto;
margin-right: auto;
}
section {
margin-top: 44px;
margin-bottom:44px;
border: 3px dotted orange;
padding-left:16px;
padding-right:16px;
padding-top:16px;
padding-bottom:16px;
}
#title {
font-size:40px ;
font-weight: 800;
}
.d-inline {
display: inline ;
}
nav ul {
list-style: none;
}
body {
background-color: #222222;
color: #EEEEEE ;
}
#avatar {
width: 100 px;
margin-left: auto;
margin-right: auto;
margin-top: 32;
margin-bottom: 32;
}