Advertisement
inklimg

sntry custom body code

Dec 3rd, 2023
303
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.18 KB | None | 0 0
  1. body {
  2. background: #ffffff;
  3. }
  4.  
  5. /* image alternative */
  6.  
  7. body {
  8. background-image: url(“https://imgsrc.png”);
  9. background-size: 100%; /* this can be adjusted to your liking! */
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement