/* Mengatur font-family pada body */ body { font-family: Arial, Helvetica, sans-serif; } /* Mengatur font-family pada elemen khusus */ h1, h2, h3 { font-family: "Times New Roman", Times, serif; } /* Mengatur ukuran font */ p { font-size: 16px; } /* Mengatur tebal (bold) pada teks */ strong { font-weight: bold; } /* Mengatur miring (italic) pada teks */ em { font-style: italic; } /* Mengatur underline pada teks */ u { text-decoration: underline; } /* Mengatur strike-through pada teks */ s { text-decoration: line-through; } /* Mengatur tebal dan miring pada teks */ b { font-weight: bold; } i { font-style: italic; } /* Mengatur tebal, miring, dan underline pada teks */ strong em u { font-weight: bold; font-style: italic; text-decoration: underline; }
Skip to content Skip to sidebar Skip to footer

Contact


Nama
Email *
Pesan *