Guest User

Untitled

a guest
Sep 1st, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. html:
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <title> Doctor Who FanSite </title>
  6. <link href="new1.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body class="bg">
  9. <h1 id="dr"> Doctor Who </h1>
  10. </body>
  11. </html>
  12. Si CSS:
  13.  
  14. .bg {
  15. background: url("tenor.gif");
  16. height: 100%;
  17. background-position: center;
  18. background-repeat: no-repeat;
  19. background-size:cover;
  20. width:100%;
  21. height:100%;
  22.  
  23. }
  24. #dr{
  25.  
  26. color:blue;
  27. text-align:center;
  28.  
  29. }
Advertisement
Add Comment
Please, Sign In to add comment