Advertisement
Guest User

Untitled

a guest
Nov 14th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Excercise 4_Torren Moreno</title>
  6. <style>
  7. *{
  8. margin:0px;
  9. padding:0px;
  10. }
  11. #container{
  12. width:900px;
  13. height:900px;
  14. margin-top: 75px;
  15. margin-left: auto;
  16. margin-right:auto;
  17. }
  18. header {
  19. width: 600px;
  20. height: 264px;
  21. background-image: url(../Downloads/ship or something.png);
  22. -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
  23. transition: width 2s;
  24. }
  25. </style>
  26. </head>
  27.  
  28. <body>
  29. <div id="container">
  30. <header>
  31. </header>
  32. </div>
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement