Skip to content
Snippets Groups Projects
Commit ff2c52eb authored by frajuar's avatar frajuar
Browse files

nombre

parent a9c66f75
No related branches found
No related tags found
Loading
Pipeline #13188 passed
......@@ -36,12 +36,20 @@ body {
}
#textoFuente {
position: absolute;
bottom: 0;
bottom: 15px;
left: 0;
font-family: Arial, sans-serif;
font-size: medium;
margin: 5px; /* Ajusta el margen según sea necesario */
}
#nombre {
position: absolute;
bottom: 0;
left: 0;
font-family: Arial, sans-serif;
font-size: small;
margin: 5px; /* Ajusta el margen según sea necesario */
}
/* Contenedor inferior */
#grafico {
flex: 0.9; /* Ocupa el tercio restante de la pantalla */
......
......@@ -13,6 +13,7 @@
</div>
<div id="map">
<div id="yearSelectorContainer"></div>
<p id="nombre">Autor: Francisco Javier Juárez Gutiérrez</p>
<p id="textoFuente"> Fuente: <a href="https://www.kaggle.com/datasets/zgrcemta/world-gdpgdp-gdp-per-capita-and-annual-growths">World GDP</a> </p>
</div>
<div id="grafico"></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment