2024-02-02 17:36:52 +01:00

17 lines
276 B
CSS

.big-pfp {
margin: 0;
width: fit-content;
overflow: hidden;
transition-duration: 0.3s;
}
.big-pfp:hover > img{
border-radius: 0;
transition-duration: 0.3s;
}
.big-pfp img {
width: 150px;
border-radius: 5000px;
transition-duration: 0.3s;
}