Name styling
This commit is contained in:
11
style.css
11
style.css
@@ -8,6 +8,11 @@
|
||||
src: url("/Assets/Fonts/C64-Rounded.ttf") format("truetype");
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: Space;
|
||||
src: url("/Assets/Fonts/SpaceGrotesk.ttf") format("truetype");
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: black;
|
||||
background-image: url("/Assets/wallpaper4k.png");
|
||||
@@ -200,3 +205,9 @@ input:checked+.slider:before {
|
||||
.slider.round:before {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.name {
|
||||
font-family: Space, Courier, monospace;
|
||||
white-space: nowrap;
|
||||
font-size: 2vw;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user