diff --git a/css/style.css b/css/style.css index b5581a6..709c028 100644 --- a/css/style.css +++ b/css/style.css @@ -8,14 +8,36 @@ body { } header { + display: flex; + justify-content: space-between; margin-top: 2em; margin-left: 3em; + margin-right: 3em; + grid-column: 1 / 3; } header a { color: black; } +#lang { + margin-top: 20px; +} + +#lang img { + border: 2px solid black; + filter: brightness(50%); +} + +#lang #choose { + filter: brightness(100%); +} + +#lang img:hover { + filter: brightness(100%); + border-color: cyan; +} + #header-links { margin: 2em 0 2em 3em; display: flex; @@ -84,4 +106,4 @@ footer { #buttons div { margin-bottom: 1em; -} \ No newline at end of file +} diff --git a/index.html b/index.html index cb47090..41c7048 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,15 @@
-

gyiwr dot tf

-

le site de rick

+
+

gyiwr dot tf

+

le site de rick

+
+
+ + + +