12 lines
630 B
HTML
12 lines
630 B
HTML
<!DOCTYPE html>
|
|
<title>CSS Test Reference</title>
|
|
<div><span style="color:green">P</span>ASS if P is green.</div>
|
|
<div><span style="color:green">P</span>ASS if P is green.</div>
|
|
<div><span style="color:green">P</span>ASS if P is green.</div>
|
|
<div><span style="color:green">P</span>ASS if P is green.</div>
|
|
<div style="color:green">PASS if text is green.</div>
|
|
<div style="color:green">PASS if text is green.</div>
|
|
<div style="color:green">PASS if text is green.</div>
|
|
<div style="color:green">PASS if text is green.</div>
|
|
<div style="color:green">PASS if text is green.</div>
|
|
<div style="color:green">PASS if text is green.</div>
|