demo.css 440 B

123456789101112
  1. #demo { width: 400px; margin: 0 auto; text-align: center; }
  2. #controls { text-align: center; }
  3. #demo #notes { margin-bottom: 1em; }
  4. #demo #diagram { width: 400px; height: 275px; }
  5. #demo #output { width: 100%; height: 30em; }
  6. #demo.green #diagram { background: url(images/alerts.green.png); }
  7. #demo.yellow #diagram { background: url(images/alerts.yellow.png); }
  8. #demo.red #diagram { background: url(images/alerts.red.png); }