diff --git a/uno/css/uno.css b/uno/css/uno.css index d6e1c33..69a2324 100644 --- a/uno/css/uno.css +++ b/uno/css/uno.css @@ -65,4 +65,23 @@ body .pictureCard img{ width: 100%; +} + +#sayUno{ + position: absolute; + bottom: 0vh; + left: 3vh; + width: 100%; +} +.uno{ + position: absolute; + bottom: 10.5vw; + left: 11vw; + width: 25vw; + transition: width ease-in-out 0.5s; + transform: translate(-50%, 50%); +} +#sayUno-glow{ + opacity: 0.3; + transition: width ease-in-out 0.5s, opacity 0.5s; } \ No newline at end of file diff --git a/uno/img/sayUno.png b/uno/img/sayUno.png new file mode 100644 index 0000000..1bb1686 Binary files /dev/null and b/uno/img/sayUno.png differ diff --git a/uno/img/sayUnoGlow.png b/uno/img/sayUnoGlow.png new file mode 100644 index 0000000..3abb68d Binary files /dev/null and b/uno/img/sayUnoGlow.png differ diff --git a/uno/index.html b/uno/index.html index 3ebeb05..0b5ffd8 100644 --- a/uno/index.html +++ b/uno/index.html @@ -40,5 +40,11 @@ +