10/08/2025
.html-logo {
position: relative;
width: 120px;
height: 120px;
background: ;
border-radius: 10px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.html-logo::before {
content: "";
font-family: Arial;
font-size: 70px;
font-weight: bold;
color: white;
transform: rotate(10deg);
}
.html-logo::after {
content: "HTML";
position: absolute;
bottom: 10px;
color: white;
font-family: Arial;
font-weight: bold;
font-size: 20px;
}