You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
249 B
CSS

.my-hero {
background-image: url(img/gaming-cyberpunk.png);
background-size: cover;
background-repeat: no-repeat;
background-position-y: -70px;
background-position-x: -1px;
height: 550px;
}
body {
text-align: center;
}