Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>SIZE</title>
- <style type="text/css">
- div {
- background-color: teal;
- width: 50%;
- height: 400px;
- margin: 20px;
- padding: 20px;
- border: 3px solid magenta;
- font-family: Arial, san-serif;
- font-size: 28px;
- font-weight: bold;
- }
- </style>
- </head>
- <body>
- <div>
- HELLO WORLD!!!
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment