OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
reader
/
galaxy
/
CSS
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
08/26/2024 06:22:21 AM
rwxr-xr-x
📄
financial.css
49 bytes
08/26/2024 06:19:06 AM
rw-r--r--
📄
testimonials.css
2.02 KB
08/26/2024 06:19:06 AM
rw-r--r--
Editing: testimonials.css
Close
body { font-family: Arial, sans-serif; background-color: #f9f9f9; margin: 0; padding: 0; } .testimonials { padding: 50px 0; background-color: #ffffff; text-align: center; } .testimonials .section-title { margin-bottom: 40px; margin-top: 60px; } .testimonials .section-title h2 { font-size: 36px; margin-bottom: 10px; } .testimonials .section-title p { font-size: 18px; color: #777; } .swiper-container { /* width: 80%; padding-top: 20px; */ padding-bottom: 40px; margin: 0 auto; } .swiper-slide { width: 1278px !important; height: 1000px !important; margin-right: 30px !important; background: #fff; border-radius: 10px; /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); */ padding: 30px; box-sizing: border-box; } @media screen and (max-width:400px) { .swiper-slide { background: #fff; border-radius: 10px; margin-right: 0px !important; width: 100% !important; /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5); */ padding: 0px; /* box-sizing: border-box; */ } } .swiper-slide img { width: 50%; margin-bottom: 20px; border: 1px solid black; border-radius: 10px; } .swiper-slide h3 { font-size: 24px; margin: 10px 0; } .swiper-slide h4 { font-size: 18px; color: #999; margin-bottom: 20px; } .swiper-slide p { font-size: 16px; color: #555; } .swiper-pagination-bullet { background: #007bff !important; } .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: var(--swiper-pagination-bottom,); /* top: var(--swiper-pagination-top, auto); */ left: 0; width: 100%; } footer { position: fixed; width: 100%; bottom: 0; background: #000000; color: #fff; text-align: center; padding: 1em 0; }