|
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;
- }
|