Advertisement
alexappelt

Untitled

Jul 15th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.29 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Elementos Flutuantes</title>
  5.     <meta charset="utf-8">
  6.     <style type="text/css">
  7.        
  8. .borda{
  9.     border: 1px solid red;
  10.     display: inline;
  11. }
  12.        
  13.     </style>
  14. </head>
  15. <body">
  16.  
  17. <h1 class="borda">Bloco 1</h1>
  18. <h1 class="borda">Bloco 2</h1>
  19.  
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement