12 lines
287 B
HTML
12 lines
287 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>CSS Cascade: all shorthand Reference File</title>
|
|
</head>
|
|
<body>
|
|
<p>Test passes if the digits are <strong>in order</strong> and there is <strong>no red</strong>.</p>
|
|
|
|
<div class="test">123 456 789</div>
|
|
</body>
|
|
</html>
|