This commit is contained in:
mynah
2019-03-12 19:20:30 -06:00
parent 956dbdb909
commit fa0fbe9eb4
49 changed files with 77 additions and 205 deletions

31
public/home/tv/head.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);
}