Initial setup
This commit is contained in:
parent
b64778e8bd
commit
81502bf33d
4 changed files with 49 additions and 111 deletions
|
@ -8,7 +8,7 @@
|
|||
--font_size: 16px;
|
||||
|
||||
/* You can change the background color by typing the color code. (If you do not enter a background-image image, the background-color will be active.) */
|
||||
--background_color: #000;
|
||||
--background_color: #303030;
|
||||
--background_image: url("../img/wallpaper.png");
|
||||
|
||||
/* You can change the frame thickness and color of the picture by typing the number of pixels and the color code. */
|
||||
|
@ -53,7 +53,7 @@ body {
|
|||
font: var(--font_size) var(--font_family);
|
||||
font-weight: 400;
|
||||
line-height: 1.5;
|
||||
background: var(--background_color) var(--background_image) no-repeat center;
|
||||
background: var(--background_color) no-repeat center;
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
@ -195,7 +195,7 @@ main {
|
|||
.main_button_item {
|
||||
color: var(--button_text_color);
|
||||
background-color: var(--button_background_color);
|
||||
width: 41em;
|
||||
width: 16em;
|
||||
border-radius: 1em;
|
||||
min-height: 3.7em;
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue