blob: 074fb1d4760aab7e209fb75c2f929be7e458c5d5 [file] [log] [blame]
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Color 4: The RGB hexadecimal notations: #RRGGBB</title>
<link rel="author" title="Chris Lilley" href="mailto:chris@w3.org">
<link rel="help" href="https://drafts.csswg.org/css-color-4/#hex-notation">
<meta name="assert" content="4 digit hex, fully opaque">
<link rel="match" href="hex-003-ref.html">
<style>
.test {color: #070F}
</style>
<body>
<p class="test">Test passes if this text is green</p>
</body>