Pierwszy element CSS
p:first-child {
font-size: 1.5em;
}
Clever Crane
p:first-child {
font-size: 1.5em;
}
#content div:first-child {
/*css*/
}
#content_id div.class_name:first-child {
/*your style*/
}