Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. body{
  2. background-color:#f4f4f4;
  3. color:#555;
  4. font-family:sans-serif;
  5. font-size:16px;
  6. line-height:1.6em;
  7. margin:0;
  8. }
  9.  
  10. .container{
  11. width:80%;
  12. margin:auto;
  13. overflow:hidden;
  14. }
  15.  
  16. #main-header{
  17. background-color:coral;
  18. color:#fff;
  19. }
  20.  
  21. <!DOCTYPE html>
  22. <html>
  23. <head>
  24. <title>My Website</title>
  25. <link rel="stylesheet" type="text/css" href="style1.css">
  26. </head>
  27. <body>
  28. <header id="main-header">
  29. <div class="container">
  30. <h1>My Website</h1>
  31. </div>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement