Add travis,

add cover element
This commit is contained in:
2019-05-23 08:40:01 +05:30
parent e9cd71b770
commit d97803b70c
4 changed files with 14 additions and 1 deletions

View File

@@ -3,6 +3,17 @@ body{
background-color:#c5c0c0;
margin: 0%;
}
#cover{
position: fixed;
top:0;
height:100%;
width:100%;
background-color: rgba(0,0,0,0.25);
z-index:3;
}
.hidden{
display: none;
}
.container{
padding:0.5rem;
/*display: flex;*/