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

31
public/home/tv/cssHead.css Executable file
View File

@@ -0,0 +1,31 @@
body{
background-repeat: no-repeat;
background-attachment: fixed;
background-position:right top;
background-size:cover;
background-image:url("grulla_31.jpg");
}
#ihead{
width:100%;
height:100vh;
}
#courtain{ background-color:black; background-size:cover; }
article.mod{
position:fixed;
right:10px;
z-index:0;
max-width:500px;
padding:5px 5%;
min-width:250px;
}
p.mod{
color:black;
font-weight:bold;
font-size:1.5em;
background-color:rgba(145,145,145,0.2);
}