Skip to content

Instantly share code, notes, and snippets.

@adimancv
Created March 2, 2018 10:28
Show Gist options
  • Save adimancv/32a7f9aecb29d775d7e7e0070491c49d to your computer and use it in GitHub Desktop.
Save adimancv/32a7f9aecb29d775d7e7e0070491c49d to your computer and use it in GitHub Desktop.
Contoh CSS 45458675435
<html>
<head>
<title>Contoh Bentuk Embedded</title>
</head>
<style>
body {background:#0000FF; color:#FFFF00; margin-left:0.5in}
h1 {font-size:18pt; color:#FF0000}
p {font-size:12pt; font-family:arial; text-indent:0.5in}
</style>
<body>
<h1 id="cth1">Judul ini berukuran 18 dengan warna merah!</h1>
<p id="cth2">Tag p ini di format dengan besar font 12 point dengan tipe font Arial dan mempunyai identasi 0.5 inch</p>
<p id="cth3">Yang perlu diperhatikan juga bahwa body disini telah diformat dengan margin kiri 0.5 inch dan warna background biru</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment