Advertisement
alexappelt

Untitled

Jul 11th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1.    
  2.         body{
  3.             background-image: url('http://www.monobrick.dk/wp-content/uploads/2013/01/mario-original.jpg');
  4.             background-repeat: no-repeat;
  5.             background-attachment: fixed;
  6.             /*Podemos definir a posição em right left, top, center e bottom*/
  7.             background-position:right bottom;
  8.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement