-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
65 lines (52 loc) · 796 Bytes
/
index.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
.chapter {
font-weight: bold;
}
h1 {
text-align: center;
}
section {
padding: 2% 4%;
border: 2px dotted black;
opacity: 0.7;
margin-left: 1%;
margin-right: 1%;
line-height: 1.9;
}
section ul li a{
font-size: 1.05rem;
font-weight: 600;
}
#hosted {
background-color: rgb(190, 190, 245);
}
#codecademyProjects {
background-color: springgreen;
}
#selfProjects {
background-color: pink;
border-top: none;
border-bottom: none;
}
#tutorialProjects {
background-color: lightskyblue;
}
h2 {
color: #000050;
}
nav a {
color: azure;
}
nav a:hover {
color: cyan;
}
nav ul li {
list-style-type: none;
display: inline;
padding-right: 5%;
}
nav {
text-align: center;
}
body {
background-color: gray;
}