Skip to content

HTML program  #14

@sivaramakrishna13

Description

@sivaramakrishna13
<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

Image 1
Image 2
Image 3
Image 4

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions