background i logo mal posicionat
commit
eb4ed3bab3
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 |
|
@ -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>
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 180 KiB |
Loading…
Reference in New Issue