Initial commit
This commit is contained in:
BIN
source/static/pfp.png
Normal file
BIN
source/static/pfp.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
54
source/static/style.css
Normal file
54
source/static/style.css
Normal file
@@ -0,0 +1,54 @@
|
||||
html{overflow: hidden;}
|
||||
|
||||
body{
|
||||
|
||||
margin: 0px;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
|
||||
background-color: #960000;
|
||||
background: radial-gradient(circle, transparent 20%, #960000 20%, #960000 80%, transparent 80%, transparent), radial-gradient(circle, transparent 20%, #960000 20%, #960000 80%, transparent 80%, transparent) 25px 25px, linear-gradient(#fA8080 2px, transparent 2px) 0 -1px, linear-gradient(90deg, #fA8080 2px, #960000 2px) -1px 0;
|
||||
background-size: 50px 50px, 50px 50px, 25px 25px, 25px 25px;
|
||||
|
||||
font-family: "Lexend", sans-serif;
|
||||
font-size: 2vh;
|
||||
|
||||
}
|
||||
|
||||
h2{
|
||||
font-size: 2.2vh;
|
||||
}
|
||||
|
||||
#foreground{
|
||||
|
||||
margin: 10vh 10vw;
|
||||
width: 80vw;
|
||||
height: 80vh;
|
||||
|
||||
background-color: #FA8080;
|
||||
border-radius: 5vw;
|
||||
|
||||
}
|
||||
|
||||
#content > * {
|
||||
|
||||
margin: 10px;
|
||||
|
||||
}
|
||||
|
||||
#content {
|
||||
|
||||
margin: 0px;
|
||||
padding: 5vw;
|
||||
|
||||
}
|
||||
|
||||
#pfp{
|
||||
|
||||
width: 6vh;
|
||||
height: 6vh;
|
||||
border-radius: 3vh;
|
||||
|
||||
float: left;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user