anasazhar

div

Nov 3rd, 2020
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>SIZE</title>
  5.     <style type="text/css">
  6.         div {
  7.             background-color: teal;
  8.             width: 50%;
  9.             height: 400px;
  10.             margin: 20px;
  11.             padding: 20px;
  12.             border: 3px solid magenta;
  13.             font-family: Arial, san-serif;
  14.             font-size: 28px;
  15.             font-weight: bold;
  16.         }
  17.     </style>
  18. </head>
  19. <body>
  20.     <div>
  21.         HELLO WORLD!!!
  22.     </div>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment