Added 3D background, updated langing & artworks
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user