Guest User

Untitled

a guest
Feb 21st, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <head>
  2. <meta name="viewport" content="width=device-width" />
  3. <title>Overhead</title>
  4.  
  5. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
  6. </head>
  7. <body>
  8. <div class="container">
  9. <div class="col-6">
  10. <div class="row">
  11. Top Left
  12. </div>
  13. <div class="row">
  14. Middle Left
  15. </div>
  16. <div class="row">
  17. Bottom Left
  18. </div>
  19. </div>
  20. <div class="col-6">
  21. Right
  22. </div>
  23. </div>
  24. </body>
Add Comment
Please, Sign In to add comment