diff --git a/styles.css b/styles.css index 544308cb..795efeef 100644 --- a/styles.css +++ b/styles.css @@ -26,7 +26,7 @@ body { .banner { vertical-align: middle; position: absolute; - top: 0; + top: 20px; left: 0; bottom: 0; margin: 0; @@ -281,4 +281,15 @@ h3, border-radius: 0; margin: 0 auto; text-shadow: none; +} + +#languages { + position: fixed; + top: 19px; + right: 10%; + transform: translateY(-50%); + background-color: #084462; + padding: 10px; + padding-bottom: 3px; + z-index: 9999; } \ No newline at end of file