osenprema
@osenpremaAll solutions
- Submitted 5 months ago
Testimonial Grid using HTML, SCSS and CSS Grid.
- HTML
- CSS
Any feedback is welcome!!! ;)
- Submitted 6 months ago
Four Card Feature Section using HTML, SCSS and CSS Grid.
- HTML
- CSS
Any feedback welcome!!! ;)
- Submitted 6 months ago
Result Summary using HTML, SCSS and JSON data.
- HTML
- CSS
Any feedback welcome!!! ;)
- Submitted 6 months ago
Stats Preview Card using HTML and CSS
- HTML
- CSS
It is still not clear to me what value we should put in the sizes parameter, so that the browser takes the correct image to display.
I understand that it corresponds to the area that the image that will be displayed on the screen will cover and the browser chooses the one that best fits, but I set the value that corresponds to the resolution of each image, and it was not applied correctly :/. How is it calculated? or what should I take as a reference?
- Submitted 6 months ago
Order Summary using HTML and CSS
- HTML
- CSS
When capturing the screeshot, I noticed that the main header did not take the CSS style in Firefox, but it did in Chrome. I was using the Font in its variable type, I decided to use a static style and the problem was fixed. Any feedback about this subject is welcome!!! ;)
- Submitted 6 months ago
Product Preview Card using HTML and CSS
- HTML
- CSS
Nothing special. All feedback welcome ;)
- Submitted 6 months ago
Recipe Page using HTML and CSS
- HTML
- CSS
The last row of the table in the Nutrition section has no bottom border. I tried to bypass it with Pseudo Classes (e.g. table tr:last-child), but couldn't. I opted to use a "no-border" class for the last row, since it is a static table. Any feedback is welcome!!! :)