Donny
@DonitronAll solutions
- Submitted 6 months ago
Testimonials as a responsive grid with HTML & CSS
- HTML
- CSS
Any feedback is appreciated :)
- Submitted 6 months ago
Responsive four card feature section using HTML & CSS
- HTML
- CSS
Is it possible to make the grid responsive without using media queries?
- Submitted 6 months ago
Product preview card with HTML & CSS
- HTML
- CSS
Nothing specific, any feedback is welcome
- Submitted 6 months ago
Recipe page with HTML & CSS
- HTML
- CSS
I feel like the css is a bit 'messy'. Could just be me though. Are there ways to make it more clean and maintainable?
- Submitted 6 months ago
Social links profile
- HTML
- CSS
Another way of solving the challenge explained above?
- Submitted 6 months ago
Blog preview card with HTML and CSS
- HTML
- CSS
How do you make the font size responsive without using media queries? Do you set the font-size with vw?
- Submitted 6 months ago
QR code component using HTML & CSS
- HTML
- CSS
All css values have been used with pixels. Would it be possible to use rem instead? From what I learned you preferably want to use em or rem. Using pixel values would only be useful for border width and other small elements.
Why is @font-face the way to go opposed to for example embedding it as a link in the html?
Curious about other possibilities of centering an element in the middle of the page.