menu
This commit is contained in:
@@ -1,16 +1,24 @@
|
||||
section.adown{
|
||||
position:absolute;
|
||||
top: calc(100vh - 45px);
|
||||
top: calc(100vh - 80px);
|
||||
width:100%;}
|
||||
article.adown{
|
||||
background-repeat: no-repeat;
|
||||
background-size: contain;
|
||||
background-position: center;
|
||||
background-image:url("img/adown.svg");
|
||||
width: 35px;
|
||||
height: 40px;
|
||||
width: 80px;
|
||||
height: 45px;
|
||||
margin: auto;
|
||||
}
|
||||
p.adown{
|
||||
text-align:center;
|
||||
width:90px;
|
||||
margin:auto;
|
||||
font-weight: bolder;
|
||||
font-size: 0.8em;
|
||||
padding-bottom:5px;
|
||||
}
|
||||
section.trans{
|
||||
/* background-color: gray;*/
|
||||
width: 100%;
|
||||
|
||||
Reference in New Issue
Block a user