diff --git a/css/styles.css b/css/styles.css index a8c02e3..c7c4e35 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,22 +1,21 @@ html { - max-width: 1200px; - - /* no idea why or how it works, but it works*/ - display: block; - margin-left: 20%; - margin-right: 20%; - background: rgb(18,24,217); background-color: rgba(18,24,217); background: url(../images/bg.gif) repeat 0 0; } +.page_div { + width: 60%; + margin-top: 0px; + margin-right: auto; + margin-bottom: 0px; + margin-left: auto; +} + #spike { - vertical-align: bottom; + vertical-align: bottom; border-style:solid; - border-color:rgba(18,24,217,0.6); - width: 10.1%; - height: 10.1%; + border-color:rgba(18,24,217,0.6); max-width: 100%; object-fit: cover; } @@ -56,13 +55,18 @@ a:active { } .menu_link { - position: relative; - bottom: 1px; + position: fixed; + top: 90px; +} + +.links_container { + margin-left: 145px; + position: absolute; } .menu { - width: auto; - height: auto; + width: 100%; + height: 101.683px; overflow: hidden; background: #1218d9; background-color: rgba(18,24,217,0.6); diff --git a/index.html b/index.html index 7a9ba2b..821719e 100644 --- a/index.html +++ b/index.html @@ -27,5 +27,6 @@

You can contact me at maxime@patate.dev or patate@mail.i2p.

+ diff --git a/pages/header.html b/pages/header.html index 4354f5b..63d826c 100644 --- a/pages/header.html +++ b/pages/header.html @@ -8,15 +8,16 @@ ~Blog of a French coder~ - + +