Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EvolucionPIB
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DESI_24-25
EvolucionPIB
Commits
20c489dd
Commit
20c489dd
authored
4 months ago
by
frajuar
Browse files
Options
Downloads
Patches
Plain Diff
cambios para poner la fuente
parent
2da002de
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#12911
passed
4 months ago
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/estilo.css
+10
-0
10 additions, 0 deletions
css/estilo.css
index.html
+3
-2
3 additions, 2 deletions
index.html
with
13 additions
and
2 deletions
css/estilo.css
+
10
−
0
View file @
20c489dd
...
...
@@ -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 */
...
...
This diff is collapsed.
Click to expand it.
index.html
+
3
−
2
View file @
20c489dd
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment