Skip to content

Commit

Permalink
Update st3reworked.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DW-Studios authored Sep 18, 2024
1 parent 27478a9 commit 9a35860
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions st3reworked.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,6 @@
margin-top: 50px;
}

/* Estilos para la imagen secundaria con efecto hover */
.image-container {
width: 40%; /* Tamaño de la imagen */
height: auto;
margin-top: 20px;
background-image: url('Images/acercadeljuego.png'); /* Imagen por defecto */
background-size: cover;
background-position: center;
transition: background-image 0.5s ease-in-out; /* Suavizar el cambio de imagen */
}

.image-container:hover {
background-image: url('Images/Gifs/acercadeljuego.gif'); /* Imagen de hover */
}

/* Estilos para el texto principal */
.main-content h1 {
margin: 10px 0;
Expand Down Expand Up @@ -225,9 +210,7 @@ <h1 style="font-weight: normal;">
</h1>
<p><strong>Slendytubbies III Re-Worked</strong> es la remasterización no oficial del juego Slendytubbies 3 lanzado el 28/08/2017 creado por ZeoWorks.</p>

<!-- Imagen secundaria con efecto hover -->
<div class="image-container"></div>

<img src="Images/ReWorkedTexts/Acercadeljuego.png" alt="Acerca del juego" class="secondary-image">
<p>¡Hola! Aquí DW o mejor conocido anteriormente como "DekerWin". Si es la primera vez que te encuentras con este proyecto, quizás tengas dudas o preguntas. Yo responderé algunas generales y otras las puedo responder en Discord junto con mi equipo de moderadores.</p>

<!-- Sección de preguntas y respuestas -->
Expand Down

0 comments on commit 9a35860

Please sign in to comment.