Advertisement
vandench

CSS is Awesome.

Apr 23rd, 2017
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.22 KB | None | 0 0
  1. <html>
  2. <head>
  3.     <style>
  4.         div {
  5.             width: 25%;
  6.             background-color: #FFBBBB;
  7.         }
  8.     </style>
  9. </head>
  10.  
  11. <body>
  12.     <div>
  13.     <h1>CSS is Awesome.</h1>
  14.     </div>
  15. </body>
  16. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement