tired of my CSS errors lol

pull/2/head
tmitche2 2020-02-04 20:39:29 -05:00
parent 1cbdb51e62
commit 95e44300f0
1 changed files with 6 additions and 3 deletions

View File

@ -1,8 +1,11 @@
body, html {
height: 100%;
}
.bg{
/* background-image: url("background-gray.png"); */
background: url('books.jpg') no-repeat center center fixed;
height:100vh;
background: url('books.jpg');
height:100%;
width:100%
}