5 facts about the Wolverine...with different borders...
File = 40 Borders.html
Code:
<!DOCTYPE html>
<html>
<head>
<style>
p.m {border-style: dotted dashed double solid;}
p.do {border-style: dotted;}
p.out {border-style: outset;}
p.is {border-style: inset;}
p.gr {border-style: groove;}
</style>
</head>
<body>
<h1 style="color: red; font-size: 120;">The Wolverine<h1><br>
<p class="out">Known as the 'Protector of the North.'</p><br>
<p class="gr">Will take on any fight regardless of ability to win.</p><br>
<p class="do">They are known for their horrible smell.</p><br>
<p class="is">Unlike most animals, they have a large territory they roam constantly. Upto 20+ Miles.</p><br>
<p class="m">Like the comic book character, they are small animals. About the same size as a badger, which they are commonly mistaken for.</p>
</body>
<html>
No comments:
Post a Comment