vars-background-shorthand-001-ref.html (445B)
1 <!DOCTYPE html> 2 <title>CSS Variables 1: Test variables in background shorthand.</title> 3 <link rel="author" title="Lea Verou" href="mailto:lea@verou.me"> 4 <style> 5 div { 6 width: 50px; 7 height: 50px; 8 padding: 50px; 9 margin: 10px; 10 display: inline-block; 11 background: green; 12 } 13 </style> 14 <p>Test passes if you see four green squares, and no red.</p> 15 <div id="d1"></div> 16 <div id="d2"></div> 17 <div id="d3"></div> 18 <div id="d4"></div>