user-14520320.css 140 B

1234567891011
  1. body {
  2. background: floralwhite;
  3. }
  4. #tweets .tweet {
  5. background: white;
  6. border: 1px solid silver;
  7. padding: 8px;
  8. margin: 8px;
  9. }