Added 3D background, updated langing & artworks

This commit is contained in:
gltron
2021-12-11 16:09:55 +01:00
parent 13ec138c1f
commit 3e66fca0be
14 changed files with 161 additions and 20 deletions

View File

@@ -3,12 +3,10 @@ html, body {
font-size: 17px;
font-family: sans-serif;
color:#444;
background-color: #EEEEEE;
height: 100%;
width: 100%;
margin: 0;
padding: 0;
background-image: url(/img/background.jpg);
}
/** custom landing **/
@@ -40,6 +38,14 @@ html, body {
height: 100%;
}
.background {
position: fixed;
top: 0;
width: 100%;
height: 100%;
z-index: -100;
}
/** website **/
.avatar {