diff --git a/components/menu.html b/components/menu.html index 1a8d4a4..d678115 100644 --- a/components/menu.html +++ b/components/menu.html @@ -1,5 +1,4 @@ diff --git a/img/tilineau/explaining.png b/img/tilineau/explaining.png new file mode 100644 index 0000000..9706a70 Binary files /dev/null and b/img/tilineau/explaining.png differ diff --git a/img/tilineau/speaking.png b/img/tilineau/speaking.png new file mode 100644 index 0000000..30106f9 Binary files /dev/null and b/img/tilineau/speaking.png differ diff --git a/index.html b/index.html index 632cdea..a123ec0 100644 --- a/index.html +++ b/index.html @@ -31,12 +31,27 @@ opacity: 0; } } + + #mascotte { + position: fixed; + bottom: 0px; + right: 160px; + z-index: 999; + transform: scaleX(-1); + } + + #mascotte img { + width: 250px; + height: auto; + display: block; + }
+