How To Create A Trapezium Using HTML and CSS?


STEP 1: Add <div class="trapezium"></div> in your HTML document in the <body> section.
STEP 2: Add this CSS code.


.trapezium{
border-width: 100px;
border-style: solid;
border-color: transparent transparent black transparent;
width: 200px;
 }
 

Output


The border-width: 100px; property gives width to the border, border-style: solid; makes the border surface area solid, and border-color: transparent transparent black transparent; make the top, left, right side border transparent and keep the bottom border black which creates a triangle. Then, the width: 200px; property extends it to make a trapezium or trapezoid.



Trending Posts

How To Create a Fake Facebook Login Clone Using Only HTML and CSS?

How To Create A Parallelogram Using HTML and CSS?

60hz vs 90hz vs 120hz | Which One is Best? | What is Refresh Rate?

HP, Dell, Apple, Lenovo, Asus - Which Brand Laptop Should I Buy?

How To Create A Magic 8 Ball Using HTML, CSS, and JavaScript?

12MP vs 48MP vs 64MP vs 108MP | Does More Megapixel Equal Better Image Quality?

5 Websites To Increase Your Typing Speed

How To Create A Semi-circle Using Only HTML and CSS?

6 Useful Websites For Students