Often see such a sharp angle, previously did not understand, thought are made out of pictures, and then surprised to find that many of them are made with CSS, both beautiful and save resources, really the both worlds! So, how do you do this with CSS? First, write a simple code: The code is as follows: <p class= "Arrow" ></p><style type= "Text/css" >.arrow {width:0; height:0; Font-size:0;border:solid 10px #000;} </style> here, we can get a black square, which is actually made up of a border,
1. Use CSS to make chat box small sharp corner, bubble effect
Brief introduction: Often see such sharp angle, previously did not understand, thought are made out of pictures, and then surprised to find that many are made with CSS, both beautiful and save resources, it is the both of the same!
2. How to make a small sharp corner chat? Pure CSS make small sharp corners effect
Brief introduction: Often see such sharp angle, previously did not understand, thought are made out of pictures, and then surprised to find that many are made with CSS, both beautiful and save resources, it is the both of the same!
3. CSS implementation Sharp DIV
Introduction: CSS Implementation Sharp DIV
4. CSS3 's sharp Corner label _html/css_web-itnose
Introduction: CSS3 's sharp Corner label
5. Use:: Before and:: After to complete the sharp corner effect _html/css_web-itnose
Summary: using:: Before and:: After to complete the sharp corner effect
6. PHP Draw 3D Graphics custom graphics and vector diagram _php
Introduction: The previous article has carried out some simple 3D graphics examples, this article introduces the custom and the vector diagram instance. First, draw a three-pointed star, which is composed of "front", "Back" and three "side" respectively.
"Related question and answer recommendation":
Questions about borders?
iOS-what is the best way to implement this angled view?
CSS3 rounded corners Border-radius made sharp corners.