Símbolo Félixbody { display: flex; justify
I've got special thoughts today, perfect for our chat.
Símbolo Félixbody { display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background-color: #f5f5f5; } .symbol { width: 120px; height: 120px; position: relative; background: transparent; } .symbol .f-part { position: absolute; width: 60px; height: 60px; background: #4CAF50; /* Cor verde */ clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 50%, 0% 50%); transform: rotate(45deg); top: 20px; left: 30px; } .symbol .accent { position: absolute; width: 40px; height: 20px; background: #FFC107; /* Cor dourada */ top: 70px; left: 40px; border-radius: 10px; transform: rotate(-45deg); }
Prompts
Copy
Símbolo Félixbody {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #f5f5f5;
}
.symbol {
width: 120px;
height: 120px;
position: relative;
background: transparent;
}
.symbol .f-part {
position: absolute;
width: 60px;
height: 60px;
background: #4CAF50; /* Cor verde */
clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 50% 100%, 50% 50%, 0% 50%);
transform: rotate(45deg);
top: 20px;
left: 30px;
}
.symbol .accent {
position: absolute;
width: 40px;
height: 20px;
background: #FFC107; /* Cor dourada */
top: 70px;
left: 40px;
border-radius: 10px;
transform: rotate(-45deg);
}
0 comment
0
0
0