CSS pseudo-class content generation

Source: Internet
Author: User
This time to bring you the CSS of the pseudo-class content generation, CSS pseudo-class content generated by the attention of the matter, the following is the actual case, together to see.

1. Add new text (image) content to existing elements via CSS
Selector:
1,: Before
Increase the generated content before matching elements
Position to the beginning of the matching element
2.: After
Add generated content to a matching element

eg

div:before{}
p:after{}
Property:

1. Content
function: Mate: Before,: After pseudo element insert generated content div:before{
Content: "What is generated:";
}
Common values:
String: Normal text
URL: Image
Counter

Believe that you have read the case of this article you have mastered the method, more exciting please pay attention to the PHP Chinese network other related articles!

Related reading:

Browser not compatible with the code I wrote

2018 latest front-end questions Xi.

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: 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.