-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
50 lines (44 loc) · 941 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
html * {
font-family: 'system-ui', 'Gill Sans MT', 'Georgia', 'Trebuchet MS', sans-serif;
}
.typewrite{
background-color: #c7634c;
}
/* Body */
inlinecolor.navy{
color:navy
}
inlinecolor.purple{
color:purple
}
/* Navigation Bar */
.navbar-table a:hover, a:active{
background-color: #c7634c;
color: white;
}
.navbar-table a:link, a:visited{
background-color: rgb(223, 223, 223);
color: black;
border-radius: 8px;
padding: 8px 16px;
font-size: 28px;
text-align: center;
text-decoration: none;
display: inline-block;
}
/* Footer */
.footer-table a:hover{
background-color: #4c81c7;
color: white;
transform: rotateZ(-5deg);
}
.footer-table a:link, a:visited{
background-color: rgb(223, 223, 223);
color: black;
border-radius: 8px;
padding: 8px 16px;
font-size: 16px;
text-align: center;
text-decoration: none;
display: inline-block;
}