CSS test style external

05:07 0 Comments A+ a-

<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<h1>This header is 36 pt</h1>
<h2>This header is blue</h2>

<p>This paragraph has a left margin of 50 pixels</p>

</body>
</html>

Result