-->
p { color: red; text-align: center; }
p
{
color: red;
text-align: center;
}
/* Paragraf Stilim */
p
{
/* Renk kırmızı olacak */
color: red;
/* Ortalanmış olacak */
text-align: center;
}

CSS Kod Yapısı hakkında 0 yorum var.