letter-spacing-202-ref.html (570B)
1 <!DOCTYPE html> 2 <html lang="en" > 3 <meta charset="utf-8"> 4 <title>CSS Test Reference</title> 5 <link rel='author' title='Elika J. Etemad' href='http://fantasai.inkedblade.net/contact'> 6 <style type='text/css'> 7 @import "/fonts/ahem.css"; 8 .test { float: left; color: green; background: red; font: 20px/1 Ahem; } 9 .spacing { position: absolute; width: 1em; height: 2em; margin: 0 1em; background: green; } 10 </style> 11 12 <div id='instructions'>Test passes if there is a green rectangle below and no red.</div> 13 14 <div class="test"><div class="spacing"></div>xx<br>xx</div></div>