<!DOCTYPE html>
<html>
<head>
<style>
h1 {
color: white ;
}
h1 {
color:red !important ;
}
body {
background-color:lightblue !important ;
text-align:center;
background-color:yellow;
}
</style>
</head>
<body>
<h1>Selamat datang dunia.</h1>
<h1>Selamat datang di mbahwp.com. Ini adalah contoh dari property<i>!important </i>.</h1>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.