namespacing-3.css 123 B

123456789
  1. @media (min-width: 320px) {
  2. .toolbar {
  3. width: 400px;
  4. height: 200px;
  5. background: red;
  6. color: white;
  7. }
  8. }