Advertisement
jayelkaake

How to strike out (through) a list item

May 5th, 2015
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.13 KB | None | 0 0
  1. li:after {
  2.   border-top: 1px solid rgba(0, 0, 0, 0.19);
  3.   display: block;
  4.   content: "";
  5.   top: -10px;
  6.   position: relative;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement