Tany
0
Q:

div id css

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


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

6
<p class="haut">
<a href="#haut">Haut de page</a>
</p>
1
/*put a # infront of the id*/
/*<section id="example"></section>*/
#example{
	margin: auto;
}
6

New to Communities?

Join the community