2016-10-10 14:15:58 -05:00

44 lines
991 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;
min-height: 100vh;
max-height: 100vh;
overflow: scroll;
}
/*scrolling things of amazingness*/
.sector::-webkit-scrollbar {
width: 8px;
}
.sector::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.3);
border-radius: 6px;
}
.sector::-webkit-scrollbar-thumb {
border-radius: 6px;
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.5);
}
/*scrolling things of amazingness END*/
.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;
}