0
How can i create a rectangle with no curve angles using CSS
Css
2 ответов
+ 2
Try this
<div style="
width: 0;
height: 0;
border: 100px solid transparent;
border-bottom-color: red;
"></div>
+ 2
Joshua you might like to look at this https://code.sololearn.com/WFNWk49ST1Ms/#html