Skip to content

Instantly share code, notes, and snippets.

@brito
Last active July 30, 2016 23:18
Show Gist options
  • Select an option

  • Save brito/396316ef46c0471df245d0f157308cf6 to your computer and use it in GitHub Desktop.

Select an option

Save brito/396316ef46c0471df245d0f157308cf6 to your computer and use it in GitHub Desktop.
District Business
/* 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}
<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>
// alert('Hello world!');
{"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