cleaning the house

This commit is contained in:
mynah
2020-01-20 14:49:59 -06:00
parent 252ec865b3
commit 7dfd107c04
81 changed files with 426 additions and 958 deletions

41
public/admin/admin.css Executable file
View File

@@ -0,0 +1,41 @@
/*global------------------------------------ */
div.cont{
display: -webkit-box; display: -moz-box; display: -ms-flexbox;
display: -webkit-flex; display: flex;
}
/*seccion header------------------------------ */
section.header{
justify-content:center;
-webkit-justify-content:center;
background-color:black;
position:relative;
padding-top:80px;
min-height:7vh
}
article.header{
flex:4;
}
article.header > p {
font-size:4em;
color:white;
font-weight:bold;
margin-left:20px;
}
article.anav{
flex:1;
}
article.anav p {
font-size:2em;
color:white;
font-weight:bold;
margin:15px;
}
article.anav p:hover {
color:#eaebf2;
background-color:#330000;
border-radius:5px;
}