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.
|
@import url(../template/header.css);
|
|
@import url(../theme/dark.css);
|
|
|
|
#body {
|
|
background-color: var(--second-color);
|
|
border: 1px solid red;
|
|
width: 100%;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
#content {
|
|
width: 85%;
|
|
border: 1px yellow solid;
|
|
height: 100%;
|
|
} |