Skip to content

Instantly share code, notes, and snippets.

@dstyle0210
Last active August 29, 2015 14:04
Show Gist options
  • Select an option

  • Save dstyle0210/d7b2af7aa2f8f16b2b60 to your computer and use it in GitHub Desktop.

Select an option

Save dstyle0210/d7b2af7aa2f8f16b2b60 to your computer and use it in GitHub Desktop.
s엘리먼트나 del엘리먼트 대신 사용해야 하는 CSS코드
/*
http://www.w3schools.com/cssref/playit.asp?filename=playcss_text-decoration&preval=line-through
s : 취소선 이라는 의미(strikethrough text.)
del : 삭제됨 이라는 의미 (delete)
만약 쇼핑몰에서 원가를 할인하여, 제공하는 경우, 원가 라는 개념은 남기 떄문에, del을 사용할순 없다. 그렇기 떄문에 CSS만으로 처리함.
/
div{text-decoration:line-through;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment