This commit is contained in:
Jean-André Santoni 2019-03-08 23:46:46 +07:00
parent 8efe0a0892
commit 737d35c6e0

View File

@ -60,6 +60,22 @@ header .download {
padding: 15px;
margin: 20px;
border-radius: 16px;
position: relative;
}
header .download:after {
width: 0;
height: 0;
display: block;
content: " ";
position: absolute;
top: 0;
left: 50%;
border: 20px solid transparent;
border-bottom-color: lightcyan;
border-top: 0;
margin-left: -20px;
margin-top: -20px;
}
header .download .btn {