bye bye github

This commit is contained in:
mynah
2018-07-13 19:06:08 -05:00
commit ee47c30aca
241 changed files with 26451 additions and 0 deletions

35
public/global/head/cssHead.css Executable file
View File

@@ -0,0 +1,35 @@
body{
background-repeat: no-repeat;
background-attachment: fixed;
background-size:cover;
background-image:url("grulla_21.jpg");
background-position: top;
}
#ihead{
width:100%;
height:100vh;
}
#courtain{
background-color:black;
background-size:cover;
width: 100vw;
position:fixed;
z-index:100;
top: -50vh;
}
article.mod{
position:fixed;
z-index:0;
}
p.mod{
color:black;
font-weight:bold;
font-size:1.3em;
max-width:500px;
padding:5% 5%;
text-align:left;
}