blob: a6a19ad61913e826fe011362dec56a5be41d7536 [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">
<link rel="match" href="hex-003-ref.html">
<meta name="assert" content="3 digit hex">
<style>
.test {color: #070}
</style>
<body>
<p class="test">Test passes if this text is green</p>
</body>