class tag id code example
Example: class, id, tag, tag
/* Any Element With Class Title */
.title {
}
/* ? */
#nav {
}
/* ? */
div {
}
/* ? */
h2 {
}
/* Any Element With Class Title */
.title {
}
/* ? */
#nav {
}
/* ? */
div {
}
/* ? */
h2 {
}