Open pachesnyi opened 1 year ago
As one of improvements, you can add animation to your images in about section.
You can add to the about.scss something like this
.about__item { overflow: hidden; } .about__item img { transition: 0.33s all ease-in-out; transform: scale(1); } .about__item img:hover { transform: scale(1.1); }
Here: https://github.com/Ivan-Andrusyshyn/Barbershop/blob/898f5685fcc9aa4bc151a713e5cbaafd4963dccc/SASS/layouts/_about.scss#L1
good idea, thanks!
As one of improvements, you can add animation to your images in about section.
You can add to the about.scss something like this
Here: https://github.com/Ivan-Andrusyshyn/Barbershop/blob/898f5685fcc9aa4bc151a713e5cbaafd4963dccc/SASS/layouts/_about.scss#L1