Jamie
@jamiethomas1All solutions
Time tracking dashboard
PSubmitted 6 months agoI am always on the lookout for things I could do to make my code more responsive and/or accessible.
Meet landing page
PSubmitted 7 months agoSomething 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.
Testimonials page using CSS Grid
PSubmitted 7 months agoInterested 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.