Last active
April 4, 2019 23:26
-
-
Save brito/076ad7140060d234dab0cfba3ee95e22 to your computer and use it in GitHub Desktop.
Seasonal palette
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
/* Seasonal palette*/ | |
body { | |
background: linear-gradient(to right, | |
hsl(217, 78%, 58%) 0, | |
hsl(59, 84%, 78%) 22%, /* spring equinox */ | |
hsl(40, 91%, 61%) 49%, /* summer solstice */ | |
hsl(18, 66%, 45%) 73%, /* autumn equinox */ | |
hsl(217, 78%, 58%) 99%); /* winter solstice */ | |
display:flex; height:100vw; | |
margin:0; | |
font:100%/2.6 Avenir | |
} | |
body a { flex-grow:1; text-align:center; outline:1px solid } |
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
<a>Jan</a> | |
<a>Feb</a> | |
<a>Mar</a> | |
<a>Apr</a> | |
<a>May</a> | |
<a>Jun</a> | |
<a>Jul</a> | |
<a>Aug</a> | |
<a>Sep</a> | |
<a>Oct</a> | |
<a>Nov</a> | |
<a>Dec</a> |
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
// alert('Hello world!'); |
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
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment