Gonzalo Tejada
@vgt3j4d4All solutions
- Submitted 30 days ago
Time Tracking Dashboard using BEM and Tailwind
- HTML
- CSS
- JS
Probably suggestions on how to improve performance.
- Submitted about 2 months ago
Article Preview
- HTML
- CSS
- JS
I see the share button has 3 colors : 1) The normal color where no share links are displayed 2) The color when the share links are displayed in portrait mode (bottom of the card). The color when share links are displayed in landscape mode (the tooltip is opened). I do know how to change the background of the button (
background-color
css property) but I was spending too much time to figure out how to change the color of the curved arrow. I'd really appreciate someone letting me know what do I need to do :) - Submitted 2 months ago
Responsive meet landing page
- HTML
- CSS
I'll like to get some feedback on how I managed the background images and specially the way on how the cta/footer background image changes it's color.
- Submitted 3 months ago
Product preview card component (mobile first, scss, semantic html)
- HTML
- CSS
I'm struggling with an issue where the
elements are being "unexpectedly" resized. I know I have some medias queries there but I'm also using
andto display different images on different screen sizes. The deal is that while a breakpoint is being hit, and the images are not yet loaded, the browser I believe uses a different dimensions for the image. While trying to figure out what's going on, I found [this](https://fedmentor.dev/posts/html-plan-product-preview/#prices) on the Frontend Mentor discord. It helped me finding out about
andelements. Also, I found a11y solution for the strike-through text (original price) using the
element.