styles.css 105 B

12345678910
  1. /* CSS Styles */
  2. body
  3. {
  4. background-color: white;
  5. color: black;
  6. font-size: 20px;
  7. width: 800px;
  8. }