D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
public_html
/
assets
/
css
/
Filename :
cdstyle.css
back
Copy
.container { margin-top: 50px; } h2 { text-align: center; color: #333; margin-bottom: 40px; } #filters { text-align: center; margin-bottom: 40px; } #filters .btn { background-color: #1351d8; color: #fff; border: none; border-radius: 20px; /* Rounded border */ margin: 5px; padding: 10px 20px; font-size: 16px; transition: all 0.3s ease-in-out; } #filters .btn:hover { color: #fff; } #gallery .gallery-item { display: none; } #gallery .gallery-item img { width: 100%; border-radius: 5px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease-in-out; } #gallery .gallery-item img:hover { transform: scale(1.05); }