Erste Seitendesigns

This commit is contained in:
Carsten Keller 2024-02-16 21:15:51 +01:00
parent 35f8b30348
commit e00d71109f
Signed by: carsten
GPG Key ID: F120DCD2D6C1CC54
3 changed files with 25 additions and 3 deletions

16
html/design.css Normal file
View File

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

View File

@ -1,5 +1,11 @@
<!DOCTYPE html>
<html>
<script src="/scripts/main.js"></script>
Hat geklappt
</html>
<head>
<script src="/scripts/main.js"></script>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="stylesheet" href="/design.css">
</head>
<body>
Hat geklappt
</body>
</html>

BIN
html/ostsee.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 MiB