linkfree-themes
Version:
CSS themes for a free and open source alternative to LinkTree
59 lines (52 loc) • 913 B
CSS
body {
font-family: sans-serif;
margin: 0;
padding: 15px;
background-image: url("images/background.gif");
text-align: center;
}
#userName {
color: wheat;
font-size: 15px;
background-color: black;
padding: 17px 0;
margin: 0;
}
#userPhoto {
width: 200px;
height: 200px;
}
p {
padding: 14px;
display: inline-block;
background-color: #9466ff;
text-align: center;
text-decoration: none;
border-radius: 1px;
transition: ease all 0.3s;
color: #fff;
margin: 14px 0;
}
.link {
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
gap: 0.3rem;
padding: 14px;
background-color: #9466ff;
text-align: center;
text-decoration: none;
border-radius: 4px;
transition: ease all 0.3s;
color: #fff;
margin: 14px 0;
}
.link:hover {
opacity: 0.9;
background-color: #170fff;
}
ion-icon {
width: 1.1875em;
height: 1.1875em;
}