style.css 129 B

12345678910
  1. @import url(html4css1.css);
  2. * {
  3. font-family: sans-serif;
  4. }
  5. div.topic {
  6. border: 1px solid #aaa;
  7. background-color: #f9f9f9;
  8. }