<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body{
text-align: center;
}
h1 {
border-color: red !important ;
border: 5px green solid;
border-color: black;
}
h2{
color: green !important ;
color: red;
border-color:violet !important ;
border: 5px green solid;
}
</style>
</head>
<body>
<h1>Helo dunia:) :)</h1>
<h2>Selamat datang di mbahwp.com</h2>
</body>
</html>
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.