CSS Nth-child () assigns a different background color to several consecutive DIV elements

Source: Internet
Author: User

<div id= "OutSide" ><div class= "InSide" ></div><div class= "InSide" ></div><div class= "InSide" ></div><div class= "InSide" ></div><div class= "InSide" ></div><div class = "InSide" ></div><div class= "InSide" ></div><div class= "InSide" ></div><div class= "InSide" ></div></div>

If you want to give Id==outside div under the nine div assigned a different color to travel nine Gongge.

At this time Nth-child () was used.

It's written in style.

#OutSide Div:nth-child (1) {background-color:red;}
#OutSide Div:nth-child (2) {background-color:blue;}
#OutSide Div:nth-child (3) {Background-color:green;}
#OutSide Div:nth-child (4) {background-color:purple;}
#OutSide Div:nth-child (5) {Background-color:palegreen;}
#OutSide Div:nth-child (6) {background-color:palevioletred;}
#OutSide Div:nth-child (7) {Background-color:pink;}
#OutSide Div:nth-child (8) {Background-color:plum;}
#OutSide Div:nth-child (9) {background-color:mistyrose;}

Can be understood as the parent element of Id==outside, the first Div child, the second, the third Div child, and so on

CSS Nth-child () assigns a different background color to several consecutive DIV elements

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.