diff --git a/README.md b/README.md
index db926b9..f31536a 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,16 @@ Hello this is a project made to apply the knowledge obtained in the courses of G
## What is missing?
-- Restaurant sliders
-- Promotions slider
-- Side Menu
-- Hover opacity in some links
+- 🟥 Restaurant sliders
+- 🟥 Promotions slider
+- 🟥 Side Menu
+- 🟥 Animation on Restaurant and Market options
+- 🟥 Modal over button "Entrar"
+- 🟥 Hover opacity in some links
+- ✅ Transition size image on options
-
+
## References
diff --git a/css/options.css b/css/options.css
index 659312a..cb75d49 100644
--- a/css/options.css
+++ b/css/options.css
@@ -122,7 +122,13 @@
right: 50%;
transform: translateX(50%);
width: 65%;
+ transition: width 2s;
}
+
+.mini-card:hover img {
+ width: 80%;
+}
+
.mini-card span {
margin-top: 10px;
}
diff --git a/print.png b/print.png
deleted file mode 100644
index 3bfa2a2..0000000
Binary files a/print.png and /dev/null differ