-
-
Save fafnirical/78acdbb0f68330399b27 to your computer and use it in GitHub Desktop.
Revisions
-
fafnirical revised this gist
Dec 3, 2015 . 2 changed files with 22 additions and 21 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,24 +1,25 @@ * { margin: 0; padding: 0; } #nav { text-align: justify; text-justify: distribute; outline: 1px solid grey; font-size: 0; } #nav:after { display: inline-block; width: 100%; content: ''; } #nav li { display: inline-block; background-color: #086CA2; font-size: 1rem; } #nav a:link { display: block; padding: 1em 0; color: white; } 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 charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ <ul id="nav"> <li><a href="#">HOME</a></li> <li><a href="#">ABOUT</a></li> <li><a href="#">BASIC SERVICES</a></li> <li><a href="#">OUR STAFF</a></li> <li><a href="#">CONTACT US</a></li> </ul> <h2>Next element</h2> -
northk renamed this gist
Nov 28, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
northk renamed this gist
Nov 28, 2013 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
northk revised this gist
Nov 25, 2013 . 2 changed files with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes.File renamed without changes. -
northk created this gist
Nov 25, 2013 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,24 @@ * { padding: 0; margin: 0; } #nav { text-align: justify; outline: 1px solid grey; font-size:0; } #nav:after { content: ''; display: inline-block; width: 100%; } #nav li { display: inline-block; background-color: #086CA2; font-size:1rem; } #nav a:link { display: block; color: white; padding: 1em 0; } 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ <ul id="nav"> <li><a href="#">HOME</a></li> <!-- --><li><a href="#">ABOUT</a></li> <!-- --><li><a href="#">BASIC SERVICES</a></li> <!-- --><li><a href="#">OUR STAFF</a></li> <!-- --><li><a href="#">CONTACT US</a></li><!-- --></ul><!-- --><h2>Next element</h2>