Latest solutions
Ecommerce Product Page with React and TypeScript
#react#sass/scss#vite#typescriptSubmitted over 1 year agoIP Address Tracker with React, TypeScript and Axios
#react#sass/scss#typescript#vite#axiosSubmitted over 1 year agoTODO APP without hardcoded items, using local storage.
#react#sass/scss#typescript#viteSubmitted over 1 year agoTODO APP without hardcoded tasks, using local strorage, React & TS
#react#typescript#sass/scssSubmitted over 1 year ago
Latest comments
- @thapa14@ArturoFLR
Thank you! It´s a very elegant and simpler solution, with fewer containers. I'm on it.
Two suggestions:
-
Change the opacity directly on the background color, so it doesn't affect the icon.
-
Put a border-radius on .originalImage. Now it´s completely square.
Thanks again!
-
- @thapa14@ArturoFLR
Hello!
I have also used the same image in both containers so that they have exactly the same size without having to give specific sizes to the height and width.
I have seen other solutions and I have not found any that do not give specific sizes.
It would be very interesting if someone has found another solution.