Erste Seitendesigns
This commit is contained in:
parent
35f8b30348
commit
e00d71109f
16
html/design.css
Normal file
16
html/design.css
Normal 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;
|
||||||
|
}
|
@ -1,5 +1,11 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
<head>
|
||||||
<script src="/scripts/main.js"></script>
|
<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
|
Hat geklappt
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
BIN
html/ostsee.jpg
Normal file
BIN
html/ostsee.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.8 MiB |
Loading…
x
Reference in New Issue
Block a user