Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maru0014/6c38081e12c8f714e568 to your computer and use it in GitHub Desktop.
Save maru0014/6c38081e12c8f714e568 to your computer and use it in GitHub Desktop.
li.3col {
width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
width : -webkit-calc(100% / 3) ;
width : calc(100% / 3) ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment