D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
assets
/
css
/
Filename :
webpd.css
back
Copy
.image-container { position: relative; overflow: hidden; } .image-container img { width: 100%; height: auto; transition: transform 0.3s ease; } .image-container:hover img { transform: scale(1.1); } .description { position: absolute; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); color: white; padding: 10px 15px; width: 100%; box-sizing: border-box; transition: transform 0.3s ease; transform: translateY(100%); } .image-container:hover .description { transform: translateY(0); }