0
I would like to put an image on the right side of the login screen of the site I am creating. Below with the image is easier to understand.
I would like an image to be 'floating' there with css, where I would update this image when necessary.
I think I should use z-index maybe, but I don’t know how to do that without changing the page layout. my code:
<body>
<header class="container">
<section class="content">
<div class="container">
<div style="text-align: center;font-family: 'Roboto', sans-serif;font-weight: bold">
<img src="img/diskteka.png" width="200px" height="200px">
<p>Somos uma plataforma de música eletrônica.</br>
Faça parte desta comunidade, curta!</p>
</div>
<a href="#" class="button" style="font-family: 'Roboto', sans-serif; text-decoration: none;">ENTRAR</a>
<a href="#" class="button2" style="font-family: 'Roboto', sans-serif; text-decoration: none;">SOBRE</a>
</div>
</section>
</header>
<canvas class="background"></canvas>
</body>
I’ll test it here
– Ricardo Gonçalves
@Ricardogonçalves ok qq doubt me a touch
– hugocsl