Skip to content

mokayaj857/html_assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<title>Image Links</title> <style> .grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; } </style

Welcome to Image Links

Technology Image
<section>
    <h2>Gallery</h2>
    <div class="grid">
        <a href="https://www.example.com/nature1">
            <img src="nature1.jpg" alt="Nature Image 1">
        </a>
        <a href="https://www.example.com/nature2">
            <img src="nature2.jpg" alt="Nature Image 2">
        </a>
        <a href="https://www.example.com/nature3">
            <img src="nature3.jpg" alt="Nature Image 3">
        </a>
    </div>
</section>

<section>
    <h2>Menu</h2>
    
</section>