Target Id In Html With Css Code Example


Example 1: how to call an id in css


<style>
#selector
{
color: red;
}
/* # is id selector */
</style>


<div id="selector">
<p>This is an id</p>
</div>

Example 2: css how to style id


/*put a # infront of the id*/
/*<section id="example"></section>*/
#example{
margin: auto;
}

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