diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 19 |
1 files changed, 16 insertions, 3 deletions
@@ -23,10 +23,10 @@ section { } main { display: flex; + min-height: 400px; } section { flex: 1; - position: relative; } section > div { height: 100%; @@ -34,7 +34,7 @@ section > div { nav { display: inline-block; - background-color: #f1f1f1; + /*background-color: #f1f1f1;*/ width: 250px; } @@ -73,6 +73,19 @@ nav a:hover:not(.active) { color: white; } +input[type=button] { + background-color: #07a2a0; + width: 200px; + height: 40px; + display: block; + border:0; + color:#fff; +} + +input[type=button]:active { + background-color: #079290; +} + #loader { position: absolute; left: 0; @@ -82,7 +95,7 @@ nav a:hover:not(.active) { display: grid; text-align: center; align-content: center; - background: rgba(0,0,0,0.5); + background: rgba(0,0,0,0.05); } #loader.hidden { display: none; |
