move dirs
This commit is contained in:
8
code/CSS/back-image-cover.css
Normal file
8
code/CSS/back-image-cover.css
Normal file
@@ -0,0 +1,8 @@
|
||||
body{
|
||||
margin: 0px;
|
||||
height: 100vh;
|
||||
background-image: url('../img/landing.jpg');
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
Reference in New Issue
Block a user