Completed web programming project #44
@ -1271,6 +1271,22 @@ label {
|
||||
z-index: 9999;
|
||||
}
|
||||
|
||||
.pagination ul{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.pagination ul li {
|
||||
margin: 0 5px;
|
||||
}
|
||||
|
||||
.pagination ul li:hover{
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
|
||||
.catalog-items {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user