File 52.html
Code:
<!DOCTYPE html>
<html>
<head>
<style>
div { padding: 70px 100px 20px 10px; border: 1px dotted #4CAF50;}
h1 { padding: 10px 200px 10px 50px; border: 5px inset red;}
h2 { padding: 10px; border: 3px outset #AAAAAA;}
</style>
</head>
<body>
<h1>The Wolverine is an evil bastard to fight</h1>
<div>The Wolverine is a territorial animal</div>
<h2>They a solo hunters</h2>
</body>
</html>
No comments:
Post a Comment