Temporary setup with assets. Will move to mixtape soon. Begun YHDs portfolio.

This commit is contained in:
Harrison Deng
2016-10-10 13:43:40 -05:00
parent 0a7ada4eef
commit bbe44122f6
9 changed files with 116 additions and 13 deletions

29
Dependencies/CSS/better.css vendored Executable file
View File

@@ -0,0 +1,29 @@
/*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;
}

5
Dependencies/CSS/cover.css vendored Normal file → Executable file
View File

@@ -31,11 +31,6 @@ a:hover {
html,
body {
height: 100%;
background-image: url("https://my.mixtape.moe/hyabab.jpg");
background-position: center;
background-attachment: fixed;
background-size: cover;
}