idk
parent
c7f80034b7
commit
6aa3e4915c
19
index.html
19
index.html
|
|
@ -18,9 +18,28 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
left: 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>
|
</style>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<header>
|
||||||
|
<div class="caixa1">
|
||||||
<img class="logo" src="header_kinnikustudios_logo_black.svg" alt="logo">
|
<img class="logo" src="header_kinnikustudios_logo_black.svg" alt="logo">
|
||||||
|
</div>
|
||||||
|
</header>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue