diff options
| author | “Ryder <“r@okfoc.us”> | 2016-03-28 15:47:48 -0400 |
|---|---|---|
| committer | “Ryder <“r@okfoc.us”> | 2016-03-28 15:47:48 -0400 |
| commit | 46f5012175db09b85acbf265860e3763d00019ab (patch) | |
| tree | 1ff859fa787c2393bce79f13f7b8debfa6059723 /public | |
| parent | 3a03c5ec9d819a8e6ed3e10d5dbc23a441369476 (diff) | |
nav concept
Diffstat (limited to 'public')
| -rw-r--r-- | public/assets/ok.css | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/public/assets/ok.css b/public/assets/ok.css index ca37a0b..6677e82 100644 --- a/public/assets/ok.css +++ b/public/assets/ok.css @@ -23,7 +23,7 @@ font-size: 11px; background: #fff; counter-reset: section; - overflow:hidden; + overflow: hidden; } div, @@ -39,19 +39,28 @@ -webkit-flex-flow: column wrap; flex-flow: column wrap; } - - nav{ + + nav { position: fixed; - top:0; - left:0; - width:100%; - padding:5px; + top: 0; + left: 0; + width: 100%; + padding: 5px; z-index: 3; } - + nav span { border-bottom: 1px solid; - width: 100%; + width:100%; + } + + + nav span div:first-child { + float: left; + } + + nav span div:last-child { + float: right; } /* .texts span:first-child:after { @@ -65,6 +74,7 @@ margin-top: 7vh; } */ + .top { background: #f7f7f7; width: 100%; @@ -163,7 +173,8 @@ width: 100%; } - .headings, nav { + .headings, + nav { font-family: 'Roboto Mono', monospace; font-size: 8px; text-transform: uppercase; |
