Change website button from image to HTML

This commit is contained in:
Dawid Potocki
2019-12-01 22:51:08 +13:00
parent 905c2e5deb
commit 71c6928f98
5 changed files with 143 additions and 50 deletions

View File

@ -204,12 +204,19 @@ footer {
.btn-icon {
display: flex;
justify-content: center;
font-size: 1.5rem;
padding: 0.5rem;
border-radius: 0.25rem;
display: flex;
height: 2.4rem;
color: #ddd;
width: 2.4rem;
color: #eee;
}
.btn-icon:hover {
text-decoration: none;
color: #fff;
}
.btn-tor {