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

Build a Modern Gradient Calculator Using HTML, CSS, and JavaScript

What Are The Use of Function Keys F1 to F12 on The Keyboard?

Build a Simple Calculator Using HTML, CSS, and JavaScript 💻

🚀 Build a QR Code Generator Using HTML, CSS & JavaScript

10 AI Coding Tools That Actually Made Me a Worse Programmer (2025 Edition)

The Secret Formula to Grow as a Programmer

How Long Does It Take to Learn Programming?

Create Light & Dark Theme Toggle Using HTML, CSS & JavaScript

Why Bitcoin And Other CryptoCurrencies Are Ban/illegal In Most Countries?

Bridging the Language Divide: How Modern IT Professionals Can Make Their Work Make Sense