Kamis, 12 April 2018

Tugas Web Pro Lanjut Background Color


<!DOCTYPE html>
<html>
<head>
<style>
body {
                background-color: pink;
}
h1 {
                color: white;
                text-align: center;
}
p {
                font-family: verdana;
                font-size: 20px;
}
</style>
</head>
<body>
<h1> Hanifah First CSS Example </h1>
<p> This is a paragraph. </p>

</body>

</html>

Tidak ada komentar:

Posting Komentar