UI designed 👍🏻
This commit is contained in:
62
style.css
Normal file
62
style.css
Normal file
@@ -0,0 +1,62 @@
|
||||
@font-face {
|
||||
font-family: Glitch;
|
||||
src: url("/Assets/Fonts/PositiveSystem.otf") format("opentype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: C64;
|
||||
src: url("/Assets/Fonts/C64-Rounded.ttf") format("truetype");
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
background-image: url("/Assets/wallpaper4k.png");
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
overflow-x: hidden;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#content {
|
||||
background-color: #022601;
|
||||
height: 80%;
|
||||
margin: 2vw;
|
||||
padding: 2vw;
|
||||
color: white;
|
||||
border: 2px solid #377326;
|
||||
border-radius: 1em;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 60%;
|
||||
height: auto;
|
||||
left: 50%;
|
||||
right: 50%;
|
||||
}
|
||||
|
||||
span {
|
||||
font-family: C64, Glitch, monospace;
|
||||
font-size: 5vh;
|
||||
color: #79F257;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.button {
|
||||
margin: 8px;
|
||||
}
|
||||
.button > button {
|
||||
background-color: #377326;
|
||||
color: #79F257;
|
||||
border: 1px solid #5AA637;
|
||||
border-radius: 3px;
|
||||
height: 3vw;
|
||||
}
|
||||
|
||||
.copyright {
|
||||
margin-top: 3vh;
|
||||
text-align: center;
|
||||
display: block;
|
||||
color: #377326;
|
||||
}
|
||||
Reference in New Issue
Block a user