A Pen by Pranava Swaroop on CodePen.
Created
July 27, 2020 04:30
-
-
Save elitenomad/3c5d9f135eccb96a37e7fa7eefefcc9e to your computer and use it in GitHub Desktop.
OJMGoOb
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="trapezium"> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#trapezium{ | |
width: 100px; | |
height: 0px; | |
border-bottom: 100px solid red; | |
border-left: 50px solid transparent; | |
border-right: 50px solid transparent; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment