Terus kode main.css nya kek gini :
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | body { font-family: Helvetice, Arial, sans-serif; text-align:center } h1 { font-size: 28px; margin: 20px; } p { border: 1px solid blue; padding: 20px; margin: 30px auto; width: 50%; font-size: 20px; } |
Hasil :
No comments:
Post a Comment