Kevin321888999

CSS Grid Code HTML

Jun 28th, 2024
797
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.   <head>
  4.     <meta charset="UTF-8" />
  5.     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6.     <title>Document</title>
  7.     <link rel="stylesheet" href="style.css" />
  8.   </head>
  9.   <body>
  10.     <div class="grid-container">
  11.       <div>1</div>
  12.       <div>2</div>
  13.       <div>3</div>
  14.       <div>4</div>
  15.       <div>5</div>
  16.       <div>6</div>
  17.     </div>
  18.    
  19.   </body>
  20. </html>
Advertisement
Add Comment
Please, Sign In to add comment