Voico_Contact.css
500 Bytes
.cont{
display:flex;
justify-content:space-between;
align-items:center;
background-color:#ff94c2;
padding: 8px 12px;
}
a{
text-decoration: none;
color:#fffde7;
}
span{
font-size:60px;
}
.icons{
list-style: none;
display:flex;
padding-left:0;
font-size: 120px;
align-self: center;
}
.icons li{
padding: 8px 12px;
justify-content:center;
}
.icons li:hover{
background-color:#ba2d65;
border-radius: 4px;
}
li{
list-style: none;
}