How To Create A Triangle Using HTML and CSS?


STEP 1: Add <div class="triangle"></div> in the HTML document.

STEP 2: Add this CSS code.

.triangle{ 
 position: absolute;
 border-width: 50px;
 border-style: solid;
 border-color: transparent transparent black transparent;
 }

 

OUTPUT

 







Trending Posts

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

The Importance of Responsive Web Design for Mobile Devices

How To Create A Trapezium Using HTML and CSS?

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

Building an Enhanced To-Do List App Using HTML, CSS, and JavaScript with Local Storage

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

Web-Based Development Environments: Should You Make the Switch?

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

How To Create A Parallelogram Using HTML and CSS?

Brief History Of Computer