background image now in

This commit is contained in:
janis
2022-12-22 16:58:20 +01:00
parent 7112b26d24
commit bd246fe801
5 changed files with 23 additions and 8 deletions

View File

@@ -1,7 +1,9 @@
/*
*
* impress.js Website
* impress.js Website style.css
*
* copyright 2022 Janis Hutz
*
*
*/
@@ -11,6 +13,10 @@ body {
font-family: sans-serif;
}
::selection {
background-color: #0000ff;
}
/*
TITLE
@@ -22,10 +28,10 @@ body {
/* TODO: Add background image*/
/* make div full width (well technically oversized and move it to -1% offset */
display: block;
width: 103vw;
height: 100vh;
margin-top: -1vh;
margin-left: -1vw;
width: 101vw;
height: 130vh;
margin-top: -0.5vh;
margin-left: -0.5vw;
text-align: center;
}
@@ -41,6 +47,7 @@ body {
.type-animation {
font-size: 500%;
color: white
}