-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
68 lines (62 loc) · 1.05 KB
/
style.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
body {
box-sizing: border-box;
background-color: rgba(0, 0, 0, 0.596);
}
#titl{
list-style: none;
display: flex;
flex-direction: column;
/* margin-bottom: 10px; */
}
.lst{
font-size: 90%;
}
.nav{
display: flex;
flex-direction: row;
height: 40px;
background-color: rgb(240, 138, 138);
margin-bottom: 1%;
color: white;
border-radius: 12px;
}
.btn{
height: 1%;
width: 30%;
cursor: pointer;
}
.navitem{
padding-left: 20%;
padding-top: 1%;
}
div#individual {
width: 50%;
display: flex;
flex-direction: column;
position: absolute;
left: 46%;
top: 12%;
font-size: large;
margin-top: 4%;
/* background-color: red; */
color: white;
/* padding-top: 4%; */
}
/* .dt{
background-color: brown;
}
*/
.header{
background-color: grey;
display: flex;
flex-direction: row;
margin-bottom: 1%;
}
#head1{
padding-right: 38%;
padding-left: 7%;
}
#clicker{
background-color: grey;
width: 30%;
}