Files
JustAnime/src/components/schedule/schedule.css
Tejas Panchal 2a449a6f00 FRESHHHH
2025-07-24 21:38:27 +05:30

12 lines
165 B
CSS

.next,
.prev {
width: 30px;
height: 30px;
border-radius: 100%;
background-color: white;
color: black;
font-size: 13px;
padding: 10px;
z-index: 10;
}