Listo el CSS del footer

This commit is contained in:
2021-07-18 00:15:05 -03:00
parent 88c9787858
commit db83233cf7
4 changed files with 39 additions and 3 deletions

View File

@@ -122,4 +122,40 @@ header {
right: 0;
margin-right: 1vw;
color: #bbbbbb
}
.pagination {
display: flex;
justify-content: space-around;
margin-top: 2vh;
margin-bottom: 2vh;
margin-left: 2vw;
margin-right: 2vw;
}
.pagination a {
margin-left: 1vw;
margin-right: 1vw;
display: flex;
justify-content: center;
align-items: center;
height: 50px;
width: 50px;
border-radius: 5px;
background-color: #e7e7e7;
text-decoration: none;
color: #000000;
}
.pagination .page-disabled {
background-color: #5e5e5e;
}