-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
68 lines (57 loc) · 907 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
66
67
68
.background {
height: 100vh;
display: flex;
width: 100%;
position: relative;
}
.left-third {
background-color: #021535;
height: 100vh;
float: left;
width: 33%;
}
.right-third{
float: left;
width: 67%;
background-color: aqua;
}
.foreground{
z-index: 9;
}
.box {
height: 100vh;
position: absolute;
top: 0;
left: 0;
}
.number {
top: 0;
margin: 10px;
color: #fdfdfc;
}
.section{
margin: 10px;
color: #fdfdfc;
text-transform: uppercase;
font-size:xX-large;
position: absolute;
}
.namesection{
bottom: 200px
}
.secstatesection {
bottom: 60px;
}
.content {
width: max-content;
background-color: #021535;
padding: 2px;
margin: 0;
}
.bold {
font-weight: bold;
}
.appointed {
font-size: large;
margin-bottom: 10px;
}