blob: 9ff414acf30b9fa607ddfe23aa8c01b347c8bb5d (
plain)
1
2
3
4
5
6
7
8
|
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Reference</title>
<body>
<p>The two lines below should be identical:</p>
<p>This sentence should be readable</p>
<p>This sentence should be readable</p>
</body>
|