diff --git a/html/design.css b/html/design.css new file mode 100644 index 0000000..42b7dcb --- /dev/null +++ b/html/design.css @@ -0,0 +1,16 @@ + +html { + height: 100%; + box-sizing: border-box; +} + +body { + box-sizing: border-box; + background-image: url(/ostsee.jpg); + background-size: cover; + margin: 0; + height: 100%; + width: 100%; + top: 0; + position: absolute; +} \ No newline at end of file diff --git a/html/index.html b/html/index.html index 97b43a7..6997db1 100644 --- a/html/index.html +++ b/html/index.html @@ -1,5 +1,11 @@ - - Hat geklappt - \ No newline at end of file +
+ + + + + + Hat geklappt + +