The implementation of classification labels for imitation watercress and the classification label for imitation watercress

Source: Internet
Author: User

The implementation of classification labels for imitation watercress and the classification label for imitation watercress

To distinguish it from the style in the Document Classification Section, I decided to write a classification tag set with other styles by myself. I just saw that the book category tag on the homepage of the Douban Reading Section is not bad, so I decided to write a similar style myself. The first part is the HTML code:

<Div class = "col-md-4"> 

You can see that the book category tag is very simple-use'A'The tag is used as the classification tag. You only need to write the CSS style for it.

// A label style # bookclass a {display: block; // The background-color: # f5f5f5 is displayed in the block; // the background color (same as that of Douban) text-align: center; // text center padding: 2px 5px; // padding, up/down 2px, left/right 5px float: left; // left floating, so as to horizontally arrange margin: 2px 2px; // outer margin, up/down 2px, left/right 2px} // change the background color when hovering over the mouse # bookclass a: hover {background-color: # e8e8e8; // same as the watercress color}

Classification tag set effects include:

 

This article is first published on top search. For more information, see the source.

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.