Advertisement
Guest User

h3lp

a guest
Nov 7th, 2015
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. /* Entao, resumindo, em uma tela a imagem esta em cima do lago, em outra, em cima da ponte. */
  2.  
  3.  
  4. body {
  5. background-image: path;
  6. background-size: cover;
  7. }
  8. img {
  9. top: 25px;
  10. left: 650px;
  11. }
  12.  
  13. <body>
  14. <img>
  15. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement