You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

imports.css 135B

1234567891011
  1. .caption {
  2. border: 1px solid black;
  3. background: #ff0000;
  4. padding: 10px;
  5. margin: 10px;
  6. }
  7. .text {
  8. font-weight: bold;
  9. color: red;
  10. }