Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>CSS Reftest Reference</title>
<link rel="author" title="Helmut Januschka" href="mailto:helmut@januschka.com" />
</head>
<body>
<div style="padding: 10px; width: 200px; height: 50px; outline-style: solid; outline-color: purple;">
<div style="outline-style: auto; outline-color: green; color: red">Green inner outline with a
purple outer outline</div>
</div>
</body>
</html>