Jared Peters
@jrddpAll solutions
- Submitted about 2 months ago
React + NextJS + ShadCN + TailwindCSS
- HTML
- CSS
- JS
It seems like the text is not vertically centering on divs with the Overpass font. It appears to be slightly too high. Does anyone know what could be causing this?
- Submitted 3 months ago
Straight-forward TailwindCSS + HTML Solution
- HTML
- CSS
- Are there ways I should be improving accessibility?
- Semantically, what is the best tag to use for something like "Greg Hooper" here or "Published 21 Dec 2023"? Should it just be a non-descriptive span?
- Submitted 3 months ago
Straight-forward TailwindCSS + HTML Solution
- HTML
- CSS
I could not figure out a good way of fixing the spacing on the ordered list "Instructions" items. I wanted them to display with the same left-padding on each line (each overflow line of each list item should be to the right of the number, not below it). I wanted to do this without changing the semantic "li" and "ol" elements, but I could not find a solution.