Link followed by CSS Block
<link href="style.css" rel="stylesheet" type="text/css" /> <style type="text/css"> body {background-color: blue; } p {color:#ff0000; } </style>
Back to CSS Examples main page