Advertisement
KodingKid

360p image in CSS

Apr 10th, 2021
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. #image {
  2.     width: 480px;
  3.     height: 360px;
  4.     background: url(img_navsprites.gif) 0 0;
  5. }
  6. /*#Image is whatever the file you have defined using HTML is*/
  7. /*Background is where you place the image on a left-top axis*/
  8. /*The width and height is 360p*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement