This commit is contained in:
mynah
2019-03-05 17:33:39 -06:00
parent 9668290474
commit 956dbdb909
4 changed files with 45 additions and 18 deletions

View File

@@ -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%;