legio-30/css/index.css

13 lines
220 B
CSS
Raw Normal View History

2022-05-05 17:52:51 -04:00
html, body {
height: 100%;
width: 100%;
margin: 0;
position: relative;
}
header {
height: 100vh;
background: black url("/img/intro-bg.jpg") no-repeat bottom center;
background-size: cover;
}