Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
feina_mdominguez authored and feina_mdominguez committed Jan 29, 2024
1 parent 052baef commit 3a97fe3
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions pages/pages-root-folder/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,34 +68,31 @@ Si estás interesado en descargar recursos relacionados con el proyecto, visita
body {
font-family: Arial, sans-serif;
}

table {
border-collapse: collapse;
width: 100%;
}

td {
margin: 2%;
text-align: center;
}

.styled-image {
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 8px; /* Agregado para bordes redondeados */
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Agregado para sombra */
transition: transform 0.3s ease-in-out;
}

.styled-image:hover {
transform: scale(1.05);
}

table {
border-collapse: collapse;
width: 100%;
}

td {
text-align: center;
}

.styled-image {
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 8px; /* Agregado para bordes redondeados */
box-shadow: 0 0px 0px rgba(0, 0, 0, 0); /* Agregado para sombra */
transition: transform 0.3s ease-in-out;
}

.styled-image:hover {
transform: scale(1.05);
}
</style>
</head>



<body>

<table>
Expand All @@ -116,6 +113,9 @@ Si estás interesado en descargar recursos relacionados con el proyecto, visita
</a>
</td>
</tr>
</table>
<div style="max-width: 66%; margin: auto;">
<table>
<tr>
<td>
<a href="https://gratet.github.io/ciudades-leonardo/espacios-publicos-abiertos/" target="_blank">
Expand All @@ -129,7 +129,7 @@ Si estás interesado en descargar recursos relacionados con el proyecto, visita
</td>
</tr>
</table>

</div>
</body>

{% include gallery %}

0 comments on commit 3a97fe3

Please sign in to comment.