Zielelement -ID -CSS
//Target the id
#id{
color: red;
}
//Target the class
.class{
color: red;
}
Obedient Ocelot
//Target the id
#id{
color: red;
}
//Target the class
.class{
color: red;
}