29 lines
603 B
CSS
Executable File

/*YHD was here*/
.intro {
height: 100vh;
background-image: url("https://my.mixtape.moe/hyabab.jpg");
background-position: center;
background-attachment: fixed;
background-size: cover;
}
.sector {
background-position: center;
background-size: 50vh;
height: 100vh;
}
.sector > .row {
color: grey;
}
.yhd-title {
padding-top: 150px;
background-image: url(../../yhdassets/DSC_0003.JPG);
background-position: center;
background-attachment: fixed;
background-size: cover;
}
.auto-size {
width: 100%;
height: auto;
}