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.

style.css 325B

1234567891011121314
  1. body {
  2. background-color: lightblue;
  3. text-align: center;
  4. }
  5. div {
  6. padding-top: 20px;
  7. border-style: groove;
  8. border-color: black;
  9. background-image: url("../img/schriftrolle.png");
  10. background-repeat: no-repeat;
  11. background-position: center top;
  12. margin-left: 300px;
  13. margin-right: 300px;
  14. }