Skip to content

Instantly share code, notes, and snippets.

@git2358
Created May 10, 2019 00:33
Show Gist options
  • Select an option

  • Save git2358/0c0dc8c06cc2490d8f371127c1d5143b to your computer and use it in GitHub Desktop.

Select an option

Save git2358/0c0dc8c06cc2490d8f371127c1d5143b to your computer and use it in GitHub Desktop.
Blog
<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>
.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