Temporary setup with assets. Will move to mixtape soon. Begun YHDs portfolio.
This commit is contained in:
29
Dependencies/CSS/better.css
vendored
Executable file
29
Dependencies/CSS/better.css
vendored
Executable 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
5
Dependencies/CSS/cover.css
vendored
Normal file → Executable 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;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user