P
Jamie
@jamiethomas1All solutions
- Submitted about 1 month ago
Time tracking dashboard
- HTML
- CSS
- JS
I am always on the lookout for things I could do to make my code more responsive and/or accessible.
- Submitted 2 months ago
Meet landing page
- HTML
- CSS
Something I was wondering about towards the end of this project is how properties should be changed in media queries. There are two ways I can think of: re-assigning the properties directly, or initially setting up the properties to use global custom properties which can then be re-assigned in media queries. I think I've seen both done, but I opted for the former. Interested to know what other people have done.
- Submitted 2 months ago
Testimonials page using CSS Grid
- HTML
- CSS
Interested to know if there's a better way I could've handled the grid in terms of responsive design. I felt I had to use a media query, but I wouldn't be surprised if there's a way this could be done without one.