Skip to content

Instantly share code, notes, and snippets.

@mventuri
mventuri / filters-on-pic.markdown
Created November 17, 2018 11:26
Filters on Pic
@mventuri
mventuri / gist:e668f68cbd251d29221d1ee19dd88f96
Last active May 25, 2018 15:12 — forked from pitch-gist/gist:2999707
HTML: Simple Maintenance Page
<!doctype html>
<title>Sito in manutenzione</title>
<style>
body { text-align: center; padding: 150px; }
h1 { font-size: 50px; text-align:center; }
body { font: 20px Helvetica, sans-serif; color: #333; }
article { display: block; text-align: left; width: 650px; margin: 0 auto; }
a { color: #dc8100; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }
</style>