/
Parmenid
/
BookStore
Обзор
Документация
Войти
/
Parmenid
/
BookStore
Код
Запросы
0
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
src/main/resources/static/css/pages.css
21 строка
302 B
Sergei Prokofev
continue ipml paging
28 дек 2022, 12:08
28 дек 2022, 12:08
b3f42f0
Код
Авторство
О чём код?
.pages { display: flex; opacity: 1; } .pages div { color: #1b1b1b; background: gainsboro; cursor: pointer; border-radius: 50%; width: 20px; height: 20px; margin-right: 5px; text-align: center; padding: 2px; } .pages div:hover { background: whitesmoke; }