diff --git a/s/pink.css b/s/pink.css index c592bcb..43a5667 100644 --- a/s/pink.css +++ b/s/pink.css @@ -3,13 +3,14 @@ } body { - margin: 1em auto 3em auto; + margin: 0em auto 3em auto; background-color: #1b1a1a; color: #848484; font-family: Monospace; font-size: 12px; } + a { color: #fff; } @@ -29,7 +30,8 @@ input, select, textarea { .return { text-align: center; font-size: 25px; - border: 2px solid #ff008d; + border-bottom: 2px solid #ff008d; + margin-top: -55px; } .controls { @@ -40,10 +42,27 @@ input, select, textarea { margin: 0 auto; background: #484747; padding-top: 0; - margin-top: 5px; + margin-top: 55px; border: 2px solid #ff008d; } +.navbar { + margin: 0 auto; + width: 100%; + border: 0; + padding-top: 5px; + padding-bottom: 5px; + font-weight: bold; + position: fixed; + overflow: visible; + z-index: 999; + background-color: #484747; + border-bottom: 2px solid #ff008d; + text-align: center; + top: 0; + color: #ff008d; +} + .medium, .thumbnail { display: flex; justify-content: center;