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

17 lines
292 B

/*==========Landing Page Hero Image===========*/
.hero {
background: blue;
background: url(../img/DS2_2648.jpg);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
position: relative;
height: 250px;
display: flex;
align-items: center;
}