diff --git a/assets/css/style.css b/assets/css/style.css index a25689b..f4faa03 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -32,4 +32,24 @@ button { h1, h2 { margin-top: 0; +} +.bottom-bar { + position: fixed; + bottom: 0; + left: 0; + right: 0; + height: 56px; + background: #222; + display: flex; + justify-content: space-around; + align-items: center; + border-top: 1px solid #444; + z-index: 1000; +} + +.bottom-bar a { + color: #fff; + text-decoration: none; + font-size: 14px; + padding: 10px 12px; } \ No newline at end of file