Advertisement
Guest User

Untitled

a guest
Apr 26th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <style>
  2. #splash_art {
  3. position: absolute;
  4. left: [distance from left edge];
  5. height: [Height parameter];
  6. width: [width parameter];
  7.  
  8. }
  9.  
  10. #some_id {
  11. height: [Some percentage of 100]%;
  12.  
  13. }
  14.  
  15. </style>
  16.  
  17. <div id="splash_art">
  18. <img id="some_id" src="http://www.domain.ext/directory/img.ext">
  19. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement