-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
76 lines (65 loc) · 1.14 KB
/
style.css
File metadata and controls
76 lines (65 loc) · 1.14 KB
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
66
67
68
69
70
71
72
73
74
75
76
/* Stylesheet for website pages */
/* CSS HEX
--space-cadet: #25283dff;
--amaranth-purple: #b6244fff;
--pomp-and-power: #976391ff;
--plum: #8f3985ff;
--non-photo-blue: #98dfeaff;
--light-sea-green: #07beb8ff;
--champagne-pink: #efd9ceff; */
body {
background-color: #25283dff;
}
h1 {
font-weight: bolder;
font-size: 2em;
text-align: center;
font-family: 'Segoe UI';
color: #98dfeaff;
}
h2 {
font-weight: bolder;
font-size: 1.2em;
text-align: left;
font-family: 'Segoe UI';
color: #b6244fff;
}
h3 {
font-weight: bolder;
font-size: 1em;
text-align: left;
font-family: 'Segoe UI';
color: #8f3985ff;
}
p {
font-family: 'Segoe UI';
font-size: 1em;
text-align: left;
color: black;
}
ul li {
font-family: 'Segoe UI';
font-size: 1em;
text-align: left;
color: black;
}
#leftcontent {
float: left;
width: 16%;
}
#maincontent {
float: left;
width: 83%;
padding-left: 10px;
}
.card {
border-radius: 8px;
background-color: #efd9ceff;
padding: 10px;
margin-top: 10px;
}
.icons {
color: black;
height: 20px;
width: 40px;
}