Last active
April 16, 2018 05:18
-
-
Save shrayasr/2e7451e03d0484b67d30f0a9b871bf0c to your computer and use it in GitHub Desktop.
Revisions
-
shrayasr revised this gist
Feb 28, 2018 . 1 changed file with 1 addition and 6 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 @@ -32,12 +32,7 @@ h4 { font-size: 18px; } body > strong:first-child { font-family: "Palatino Linotype"; font-size: 30px; } -
shrayasr revised this gist
Feb 28, 2018 . 1 changed file with 5 additions and 0 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 @@ -32,6 +32,11 @@ h4 { font-size: 18px; } blockquote strong { font-size: 16px; font-family: "Trebuchet MS"; } strong { font-family: "Palatino Linotype"; font-size: 30px; -
shrayasr created this gist
Feb 28, 2018 .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,56 @@ body { margin: 0 auto; width: 900px; font-family: Trebuchet MS; font-size: 16px; line-height: 23px; margin-top: 20px; background: #fff8ec; } blockquote { border-left: 5px solid #ffcf82; margin-left: 0; padding-left: 10px; } a { text-decoration: none; } a:hover { text-decoration: underline; } h3 { font-family: "Palatino Linotype"; font-size: 20px; } h4 { font-family: "Palatino Linotype"; font-size: 18px; } strong { font-family: "Palatino Linotype"; font-size: 30px; } code { background: papayawhip; } pre > code { background: none; } pre { background: papayawhip; padding: 6px 0; padding-left: 6px; } th, td { padding: 5px 3px; }