From fe7e20c28c7fd4652d5e1f00823158c719fb28f9 Mon Sep 17 00:00:00 2001 From: Pascal Date: Sun, 21 Apr 2024 13:55:25 +0000 Subject: [PATCH] Update 'styles.css' --- styles.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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