-
Notifications
You must be signed in to change notification settings - Fork 400
Open
Description
<title>Image Gallery</title>
<style>body {font-family: Arial, sans-serif;background-color: #f4f4f4;color: #333;text-align: center;margin: 20px;}h1 {color: #333;}.gallery {display: flex;flex-wrap: wrap;justify-content: center;}.gallery-item {margin: 10px;}.gallery-item img {width: 100px;height: 100px;border-radius: 5px;cursor: pointer;transition: transform 0.3s;}.gallery-item img:hover {transform: scale(1.1);}</style>
Image Gallery
Metadata
Metadata
Assignees
Labels
No labels