diff --git a/index.html b/index.html index 4255125..300d950 100644 --- a/index.html +++ b/index.html @@ -73,6 +73,7 @@ highlight_mouse_cursor Click here to focus. --> +

English

diff --git a/styles-header.css b/styles-header.css index 467b51d..3b95825 100644 --- a/styles-header.css +++ b/styles-header.css @@ -6,8 +6,9 @@ align-items: center; padding: 30px 70px; background-color: var(--bgColor); - flex-wrap: wrap; + /* flex-wrap: wrap; */ text-align: center; + margin: 0px; } .logo-and-title { @@ -23,8 +24,8 @@ } .site-title { - font-size: 35px; - font-weight: bold; + font-size: 30px; + font-weight: 600; color: var(--black); } diff --git a/styles-type.css b/styles-type.css index 94a32f4..e1c8dd1 100644 --- a/styles-type.css +++ b/styles-type.css @@ -216,7 +216,18 @@ li:not(:first-child) span{ } } +.language { + display: flex; + align-items: center; + justify-content: center; + font-size: 17px; + margin: 0px; + margin-bottom: 1rem; +} +.language:hover { + color: var(--black); +} main{