-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstylemain.css
79 lines (63 loc) · 937 Bytes
/
stylemain.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
69
70
71
72
73
74
75
76
77
78
79
body{
background-color: white;
color: black;
}
.box{
width: 15%;
}
.start{
background-color: rebeccapurple;
border: none;
margin-left: 30px;
margin-right: 30px;
border-radius: 5px;
padding: 20px 30px;
margin-top: 5%;
margin-bottom: 5%;
/* margin-left: 20%; */
color: white;
}
.start:hover{
opacity: 0.4
}
.btnn{
height: 20%;
width: 80%;
color: black;
}
.container{
height: 20%;
width: 100%;
background-color: rebeccapurple;
}
.img1{
margin-left: 12px;
margin-top: 2%;
margin-bottom: 2%;
}
footer{
height: 50px;
background-color:rebeccapurple;
text-align: center;
color: white;
bottom: 0px;
width: 100%;
position: fixed;
left: 0;
bottom: 0;
}
.pie{
height: 300px;
}
.toggle{
float: right;
margin-right: 20px;
margin-top: 30px;
}
.dark-mode {
background-color: #0a0a0a;
color: white;
}
.pie{
margin-top: 100px;
}