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

cambios para poner la fuente

parent 2da002de
No related branches found
No related tags found
No related merge requests found
Pipeline #12911 passed
......@@ -9,6 +9,7 @@ body {
background-color: rgb(207, 207, 207);
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
font-family: Arial, sans-serif;
text-align: center;
font-size: large;
......@@ -32,6 +33,15 @@ body {
font-family: Arial, sans-serif;
z-index: 1000; /* Ensures it stays above the map */
}
#footerText {
position: absolute;
top: 400px; /* Adjust for desired distance from the top */
left: 20px; /* Position it on the right side */
padding: 10px;
font-family: Arial, sans-serif;
font-size: small;
z-index: 1000; /* Ensures it stays above the map */
}
/* Contenedor inferior */
#grafico {
flex: 0.9; /* Ocupa el tercio restante de la pantalla */
......
......@@ -9,10 +9,11 @@
<body>
<div id="titulo">
Distribución del PIB mundial en cientos de millones de dólares
</div>
<div id="map">
<div id="yearSelectorContainer">
</div>
<div id="yearSelectorContainer"></div>
<div id="footerText">Texto en la parte inferior izquierda</div>
</div>
<div id="grafico"></div>
<script src="./Js/script.js"></script>
......
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