-
-
Save CyrusYip/60dc98a2b487cfea0786eb409b2060b9 to your computer and use it in GitHub Desktop.
Revisions
-
FrankFang revised this gist
Aug 14, 2019 . 1 changed file with 16 additions and 16 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,25 +1,25 @@ * { margin: 0; padding: 0; box-sizing: border-box; } *::before, *::after { box-sizing: border-box; } a { color: inherit; text-decoration: none; } input, button { font-family: inherit; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } -
FrankFang created this gist
Aug 14, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ *{ margin: 0; padding: 0; box-sizing: border-box; } *::before, *::after{ box-sizing: border-box; } a {color: inherit; text-decoration: none;} input, button { font-family: inherit; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }