Advertisement
OpataJoshua

Untitled

Aug 21st, 2022
755
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.   <meta charset="UTF-8">
  5.   <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.   <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7.   <title>Css Practice 1</title>
  8.   <link rel="stylesheet" href="style.css">
  9. </head>
  10. <body>
  11.   <div id="app" class="center-your-child">
  12.     <div class="card center-your-child">
  13.       <div class="container">
  14.         <button class="a">A</button>
  15.         <button class="b">B</button>
  16.         <button class="c">C</button>
  17.       </div>
  18.     </div>
  19.   </div>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement