Advertisement
digital-workshop

Border on Body CSS

Sep 17th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.30 KB | None | 0 0
  1. body {
  2.     padding: 40px;
  3.     overflow-x: hidden; /* For Opera */
  4.     box-shadow:
  5.         inset #ff1919 0 0 0 5px,
  6.         inset #f71818 0 0 0 1px,
  7.         inset #ff5353 0 0 0 10px,
  8.         inset #f75050 0 0 0 11px,
  9.         inset #ff8c8c 0 0 0 16px,
  10.         inset #f78888 0 0 0 17px,
  11.         inset #ffc5c5 0 0 0 22px,
  12.         inset #f7bfbf 0 0 0 23px;
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement