#13 and #18 finished and PreReleased launch

This commit is contained in:
José Luis Garrido Labrador
2018-10-21 20:48:35 +02:00
parent cb7a16984b
commit d1353bd1cf
15 changed files with 450 additions and 100 deletions

View File

@@ -0,0 +1,26 @@
.myAlert-top{
position: fixed;
top: 5px;
left:2%;
width: 96%;
}
.myAlert-bottom{
position: fixed;
bottom: 5px;
left:2%;
width: 96%;
}
div.fullscreen {
position: absolute;
width:100%;
height:960px;
top: 0;
left: 0;
background-color: lightblue;
}
.alert{
display: none;
}