0
How to draw an hexagon in CSS
2 Respuestas
+ 2
Just use this😉
// HTML
<div class="hexagon"></div>// CSS
.hexagon {
position: relative;
width: 500px;
height: 288.68px;
background: #CD5C5C;
margin: 144px auto;
}
Your hexagon will be created
Rock the code 🤟🤟