Donny
@DonitronAll solutions
Testimonials as a responsive grid with HTML & CSS
Submitted about 1 year agoAny feedback is appreciated :)
Responsive four card feature section using HTML & CSS
Submitted about 1 year agoIs it possible to make the grid responsive without using media queries?
Product preview card with HTML & CSS
Submitted about 1 year agoNothing specific, any feedback is welcome
Recipe page with HTML & CSS
Submitted about 1 year agoI feel like the css is a bit 'messy'. Could just be me though. Are there ways to make it more clean and maintainable?
Blog preview card with HTML and CSS
Submitted about 1 year agoHow do you make the font size responsive without using media queries? Do you set the font-size with vw?
QR code component using HTML & CSS
Submitted about 1 year agoAll 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.