diff --git a/index.html b/index.html index 54d0708..3760cc3 100644 --- a/index.html +++ b/index.html @@ -8,41 +8,53 @@ - +

Bloub Bloub Studio

- - - forum -

FORUM

-
- - steam -

STEAM

-
- - youtube -

TWITTER

-
- - twitter -

TWITTER

-
- - email us -

EMAIL US

-
- - mailing list -

MAILING LIST

-
- - press kit -

PRESS KIT

-
-
GAME 0 diff --git a/menu-burger.png b/menu-burger.png new file mode 100644 index 0000000..6ec2c1b Binary files /dev/null and b/menu-burger.png differ diff --git a/menu-close.png b/menu-close.png new file mode 100644 index 0000000..6800293 Binary files /dev/null and b/menu-close.png differ diff --git a/style.css b/style.css index 9c277e8..0570ff2 100644 --- a/style.css +++ b/style.css @@ -20,6 +20,8 @@ menu a { padding-left: 1rem; padding-right: 1rem; padding-bottom: 1rem; + text-decoration: none; + color: white; } menu a img { @@ -36,32 +38,49 @@ menu a h3 { margin: 0px; } -nav { +nav > img { display: none; } @media (max-width: 900px) { menu { display: none; + position: absolute; + background-color: black; + padding: 0.69rem; + margin-top: 0; + right: 0; + z-index: 2; + text-align: left; } - nav { + menu a { + display: flex; + } + menu a img { + width: 25px; + height: 25px; + padding-right: 1rem; + } + menu a:hover img { + width: 25px; + height: 25px; + transition: 0; + } + nav > img { display: block; color: red; margin: 1rem; position: absolute; top: 0px; right: 0px; + margin-top: 1.5rem; + width: 42px; } h1 { padding-right: 50px; } } -#menu-icon { - margin-top: 10px; - width: 42px; -} - #notif { position: fixed; margin: 1rem; diff --git a/youtube-logo.png b/youtube-logo.png new file mode 100644 index 0000000..a37389d Binary files /dev/null and b/youtube-logo.png differ