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

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 SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools