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.
1234567891011121314 |
- body {
- background-color: lightblue;
- text-align: center;
- }
- div {
- padding-top: 20px;
- border-style: groove;
- border-color: black;
- background-image: url("../img/schriftrolle.png");
- background-repeat: no-repeat;
- background-position: center top;
- margin-left: 300px;
- margin-right: 300px;
- }
|