You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
238 B
18 lines
238 B
5 years ago
|
body {
|
||
|
min-width: 20rem;
|
||
|
min-height: 17rem;
|
||
|
}
|
||
|
|
||
|
.darkcheck{
|
||
|
position: absolute;
|
||
|
margin: 7px;
|
||
|
right: 0px;
|
||
|
}
|
||
|
|
||
|
.enable {
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
left: 0;
|
||
|
margin-bottom: 10px;
|
||
|
margin-left: 20px;
|
||
|
}
|