Get First Element Css Selector Code Example


Example 1: css first element


p:first-child {
font-size: 1.5em;
}

Example 2: select first div css


#content div:first-child {
/*css*/
}

Example 3: select first div css


#content_id div.class_name:first-child {
/*your style*/
}

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy