Index.html

 <!DOCTYPE html>

<html>
    <head>
        <title>Index</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="Style.css">
        
        
    </head>
    <body>
       <div class="grid-container">
           <div class="grid-item" id="grid-1">One</div>
           <div class="grid-item" id="grid-2">Two</div>
           <div class="grid-item" id="grid-3">Three</div>
           <div class="grid-item" id="grid-4">Four</div>
           <div class="grid-item" id="grid-5">Five</div>
           
       </div>
    </body>
</html>

Comments

Popular posts from this blog

#64_Funtions for File I/O in C

#51_Ex_Game

#24_Stack_using_an_array