A Pen by Laith Serhan on CodePen.
Created
May 10, 2019 00:33
-
-
Save git2358/0c0dc8c06cc2490d8f371127c1d5143b to your computer and use it in GitHub Desktop.
Blog
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 characters
| <div class="page"> | |
| <header> | |
| <h1>[ Blog ]</h1> | |
| </header> | |
| <main> | |
| <article><script src="https://gist.github.com/laithserhan/51575147d3ce7be43161ce5a54f1cc72.js?file=_rainbowtiles.markdown"></script></article> | |
| <article><script src="https://gist.github.com/laithserhan/24946fb57977d07304fbdeb36283dafb.js?file=_apple-style-menu-blur-css-filter.markdown"></script></article> | |
| <article><script src="https://gist.github.com/laithserhan/1a2e717d524fd08645cdab01e405b279.js?file=_rotate-images-in-ms-paint-calculator.markdown"></script></article> | |
| </main> | |
| </div> |
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 characters
| .page { | |
| width: 88.888%; | |
| margin: auto; | |
| font-family: monospace; | |
| } | |
| header h1 { padding: 2em 0; } | |
| main article { padding: 0 0 2em 0; } | |
| @media screen and (min-width:48em) { | |
| .page { | |
| width: 66.666%; | |
| } | |
| } | |
| @media screen and (min-width:48em) and (max-width:64em) { | |
| } | |
| @media screen and (min-width:64em) { | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment