Last active
July 30, 2016 23:18
-
-
Save brito/396316ef46c0471df245d0f157308cf6 to your computer and use it in GitHub Desktop.
District Business
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
| /* District Business */ | |
| .web-section { display:flex; align-items:center; | |
| justify-content:space-between; | |
| margin:.6em } | |
| .web-section a { display:block; text-align:right; | |
| margin-left:1em; color:hsl(26,92%,59%); | |
| text-decoration:none } | |
| .web-section h2 { font-size:1.6rem; color:hsl(210,100%,37%) } | |
| .web-section a:after { content:'\00bb' } | |
| /*debug* /*{background:rgba(255,0,0,.1);outline:1px solid}/**/ | |
| body{margin:0;font:1rem/1.6 Avenir-Light} |
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
| <header class=web-section> | |
| <h2> District Business </h2> | |
| <nav> | |
| <a href=#> View all News </a> | |
| <a href=#> FERMA and Morgan Hill Case </a> | |
| <a href=#> All Legal Notices </a> | |
| <a href=#> View all Stories </a> | |
| <a href=#> Administrator </a> | |
| <a href=#> Central Office </a> | |
| <a href=#> View all Events </a> | |
| </nav> | |
| </header> |
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":"css"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment