mirror of
https://github.com/FranP-code/Allnews.com.git
synced 2025-10-13 00:32:45 +00:00
Listo el CSS del footer
This commit is contained in:
36
style.css
36
style.css
@@ -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;
|
||||
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user