Open
Conversation
Stylesheet under for CSS1K, by Josh Humble
Added HumbleStyle
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
body{background:#eee;font-family:Calibri, sans-serif;margin:0;}body > header > h1{float:left;font:38px Georgia;color:#666;margin-bottom:5px;}header{float:left;width:100%;}nav{max-height:25px;width:80%;float:left;transition:max-height 1s ease-in;overflow:hidden;margin:0 0 0 80px;padding:0 0 20px;}nav:hover{max-height:2000px;}nav h2{font-size:20px;background:#fff;border-radius:6px;color:#ccc;display:inline;padding:3px 5px;}nav ul li{float:left;background:#fff;border-radius:3px;list-style:none;margin:5px;padding:2px 5px;}nav ul li a:first-child:after{content:" | ";}article{float:left;background:#ccc;border-top:1px dotted #999;border-bottom:1px dotted #999;margin:-15px 0 20px;}article > header{display:block;position:relative;float:left;background:#ccc;border-bottom:1px dotted #999;}section{float:left;width:35%;border-left:1px dotted #999;padding:20px;}h2{font-size:28px;color:#777;margin:5px 0;}p,a:link,a:hover,ol li{font-size:16px;color:#666;}p{margin:0 0 20px 20px;}a:hover{color:#000;}