Use CSS to make a triangle

Source: Internet
Author: User

Use CSS to make a triangle

 
<!--do not set width-to-height conversion inline block edges are set to widths -<div class= "triangle" > Triangle review <span></span></div>/ * Relative positioning * /. Triangle {position:relative;        }/* Absolute Positioning */. Triangle span {Position:absolute;top:5px;display:inline-block;/* Inline block * /width:0; height:0;border-width:5px;   /* Edge color settings transparent the right-to-left change order on the transparent order to get a positive triangle line at different angles */border-color:transparent red transparent transparent;          / * Edge style set to solid line * /Border-style:solid solid solid solid;        }

#triangle-topleft {    width:0;    height:0;    border-top:100px solid red;    border-right:100px solid Transparent;}

  

#triangle-topright {    width:0;    height:0;    border-top:100px solid red;    border-left:100px solid Transparent; }

  

#triangle-bottomleft {    width:0;    height:0;    border-bottom:100px solid red;    border-right:100px solid Transparent;}

  

#triangle-bottomright {    width:0;    height:0;    border-bottom:100px solid red;    border-left:100px solid Transparent;}

  

Use CSS to make a triangle

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.