background i logo mal posicionat

Marc Cane 2023-08-03 19:17:21 +02:00
commit eb4ed3bab3
4 changed files with 28 additions and 0 deletions

BIN
background_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 6.5 KiB

26
index.html Normal file
View File

@ -0,0 +1,26 @@
<!DOCTYPE html>
<head>
</head>
<style>
body {
background-image: url('/home/markus/kinnikuStudios/kinniku-web-raw/background_1.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
.logo {
width: 20%;
position: absolute;
top: 0;
left: 0;
}
</style>
<body>
<img class="logo" src="/home/markus/kinnikuStudios/kinniku-web-raw/header_kinnikustudios_logo_black.svg" alt="logo">
</body>
</html>

1
tanktop_logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 180 KiB