blob: 320358bb0af9fb4566d5521c0bf9a957c5123085 [file] [log] [blame]
<!doctype html>
<html>
<head>
<style>
h1 {
font-size: 3em;
color: green;
outline: 3px solid green;
margin-top: 0;
}
</style>
</head>
<body>
<article>
<h1>The text color should be green and have a green outline.</h1>
</article>
</body>
</html>