clean
parent
6aa3e4915c
commit
56f5c240e1
BIN
background_1.png
BIN
background_1.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 MiB |
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 6.5 KiB |
45
index.html
45
index.html
|
|
@ -1,45 +0,0 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<head>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
|
|
||||||
<style>
|
|
||||||
body {
|
|
||||||
background-image: url('background_1.png');
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-attachment: fixed;
|
|
||||||
background-size: cover;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo {
|
|
||||||
width: 20%;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.caixa1{
|
|
||||||
position: relative;
|
|
||||||
min-height: 465px;
|
|
||||||
padding: 16px;
|
|
||||||
background-size: cover;
|
|
||||||
background-image: url(Imgs/Fondo1.jpg);
|
|
||||||
object-fit: cover;
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
background-attachment: fixed;
|
|
||||||
background-position: center;
|
|
||||||
z-index: -1;
|
|
||||||
color: #f5f0ed;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
|
||||||
<body>
|
|
||||||
<header>
|
|
||||||
<div class="caixa1">
|
|
||||||
<img class="logo" src="header_kinnikustudios_logo_black.svg" alt="logo">
|
|
||||||
</div>
|
|
||||||
</header>
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
File diff suppressed because one or more lines are too long
|
Before Width: | Height: | Size: 180 KiB |
Loading…
Reference in New Issue