diff --git a/index.html b/index.html index 2143712..7b59572 100644 --- a/index.html +++ b/index.html @@ -30,6 +30,24 @@ select { margin-top: 10px; margin-bottom: 10px; } + +ul.navbar { + display: flex; + list-style-type: none; + margin: 0; + padding: 0; + justify-content: flex-end; +} + +ul.navbar li { + border-right: 1px solid gray; + margin-right: 8px; + padding-right: 8px; +} + +ul.navbar li:last-child { + border-right: none; +}