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: css first child


/*CSS First - forth child*/
:first-child {}

:nth-child(2){}
:nth-child(3){}
:nth-child(4){}

Example 4: select first div css


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

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable