Skip to content

Commit

Permalink
adding transition size image on options
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelitodev committed Jun 2, 2021
1 parent 371df78 commit fa58b3b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<br>
<br>
<br>

## References

Expand Down
6 changes: 6 additions & 0 deletions css/options.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Binary file removed print.png
Binary file not shown.

0 comments on commit fa58b3b

Please sign in to comment.