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

Create a Stunning Personal Portfolio Website with HTML & CSS

How To Create A Simple Navigation Bar Using Only HTML and CSS?

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

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

Build a Responsive Product Card Gallery with Plain HTML & CSS

What is Blogging Business? A Beginner’s Guide to Making Money Online

How To Create a Fan Using Only HTML and CSS?

The Secret to Flawless Web Design: Mastering Responsive Layouts

Lock the Digital Door: What Aspiring Entrepreneurs Need to Know About Cybersecurity

Sunrise And Sunset Animation Using HTML & CSS?