Skip to content

Commit

Permalink
Merge pull request #181 from Arquisoft/UO289659
Browse files Browse the repository at this point in the history
Arreglo fondo ranking
  • Loading branch information
UO289659 authored Apr 27, 2024
2 parents 55ce549 + 3217af5 commit f17e655
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions webapp/src/components/Ranking.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
/* Ranking.css */


/* Estilos personalizados para tu componente Ranking */
.container{
display: flex;
flex-direction: column;
align-items: center;
height: 100vh; /* Ocupar toda la altura de la pantalla */
height: 100%; /* Ocupa al menos el 100% del viewport */
min-height: 100vh; /* Ocupa al menos el 100vh, pero se expande si el contenido es más alto */
width: 100%; /* Ocupar toda la anchura de la pantalla */
/*linear-gradient(0deg,#f000,#ee0e5173),linear-gradient(0deg,#f000,#ee0e5173); */
background-image: url('./stats4.jpeg');
Expand Down

0 comments on commit f17e655

Please sign in to comment.