Make triangle effects with div and CSS

Source: Internet
Author: User
Tags border color

Use Div and CSS to create triangle effects:
This section describes how to use the div and CSS to achieve the triangle effect, although it looks like the table is magical, but the principle is very simple.
The code is as follows:

<!DOCTYPE HTML><HTML><Head><MetaCharSet= "Utf-8"><Metaname= "Author"content= "http://www.softwhy.com/" /><title>Ant Tribe</title><styletype= "Text/css">#box{width:0px;Height:0px;Border:40px Solid White;Border-top-color:#930;Border-bottom-color:#0C3;Border-left-color:#FC0;Border-right-color:#009;Line-height:0px;}</style></Head><Body><DivID= "box"></Div></Body></HTML>

In fact, the triangle is the use of the div's border "extrusion", the border due to the use of different colors, so it is very good to distinguish, if only one azimuth of the triangle, you can set the border color or delete the border can be.

The original address is: http://www.softwhy.com/forum.php?mod=viewthread&tid=12680

For more information, refer to: http://www.softwhy.com/divcss/

Make triangle effects with div and CSS

Related Article

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: [email protected] 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.