-
Notifications
You must be signed in to change notification settings - Fork 1
/
styling.css
41 lines (38 loc) · 1.19 KB
/
styling.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
body{background-color: rgb(16, 19, 26);}
u.res{color: rgb(232, 156, 156); font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
hr{color: rgb(55, 143, 170); font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;}
p.intro{color: bisque; font-size: 27px;}
th, td {
border: 2px solid azure;
border-radius: 10px;
color: bisque;
font-size: 27px;
align-items: center;
}
a:link {
color: rgb(194, 220, 194);
background-color: transparent;
text-decoration: none;
}
a:visited {
color: rgb(255, 108, 133);
background-color: transparent;
text-decoration: none;
}
a:hover {
color: rgb(72, 225, 255);
background-color: transparent;
text-decoration: underline;
}
a:active {
color: yellow;
background-color: transparent;
text-decoration: underline;
}
img {
border: 10px solid rgb(153, 231, 234);
}
h1{color: rgb(177, 203, 123); font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;}
p.content{color: powderblue; font-size: 25px;}
h2{color: burlywood;}
li{color: powderblue; font-size: 20px;}