Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. HTML CODE:
  2. <!DOCTYPE HTML>
  3. <html lang="ru">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>Portfolio</title>
  7. <link rel="stylesheet" type="text/css" href="style/MainStyle.css"/>
  8. </head>
  9.  
  10. <body>
  11. <header class="header">
  12. <div class="offset">
  13. </div>
  14. </header>
  15.  
  16. <section>
  17.  
  18. </section>
  19. </body>
  20.  
  21. </html>
  22.  
  23. MainStyle.css
  24. body {
  25. font-family: 'Times New Romans', serif;
  26. padding: 0;
  27. margin: 0;
  28. }
  29.  
  30.  
  31. .header {
  32. background: #f6d654 url('../img/back.jpg') no-repeat;
  33. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement