HTML / CSS

Saturday, June 23, 2018

Triangle shape with CSS

Triangle Shape with Css

CSS Triangle

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

HTML Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

Triangle Border CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle Border with CSS

How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
How to make Triangle without image
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
Triangle Border
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
HTML/CSS
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easyhtmlcsssolution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution
easy html css solution

HTML Code

You can make Tringle Shape without use of image, for that you have to put following HTML and CSS code

<div class="arrow-top"></div>
<div class="arrow-bottom"></div>
<div class="arrow-left"></div>
<div class="arrow-right"></div>
CSS Property

This CSS is supported in all Basic browser as well as modern browser and you can avoid to use image or icon for various shape

Here Is Output
.arrow-top {
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-bottom: 35px solid #943c3c;;
} 

.arrow-bottom {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;

  border-top: 35px solid #2b97d6;
}

.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;

  border-left: 35px solid #496f49;
}

.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 

  border-right:35px solid #900685; 
}
How to use border in varius cases

Example for reference

In this example New tag is created with pure css border which make help to increase site speed and reduce usage of images.

Product

No comments:

Post a Comment