Arthur
@arthur-scheveyAll solutions
- Submitted about 2 months ago
Responsive card layout using grid
- HTML
- CSS
-
I'm not sure how to make the cards look consistent spacing-wise like in the reference because they have different amount of content. If one card has a smaller title then the paragraphs won't be perfectly in line. My assumption is that I should assign a width to the headers and paragraphs but that seems sketchy. Any advice would be nice.
-
Any advice on improving how I chose to handle the responsive layout would be appreciated as my abilities are very narrow and won't be able to know if there's an obviously better way.
- Submitted about 2 months ago
Recipe page with mobile layout
- HTML
- CSS
I'm really struggling with the recipe image for the mobile layout. I'm not sure how to make it take up the full width because the padding is in the way, but I can't reasonably get rid of the padding without restructuring the HTML, so I suspect I didn't structure the HTML adequately. I would appreciate advice on this.
- Submitted about 2 months ago
Social media page focused on speed
- HTML
- CSS
Any advice pointing out something I'm not realizing that I could have done differently or better. Particularly with my CSS file, even something like code clarity.
- Submitted 2 months ago
Blog article preview card using basic html/css
- HTML
- CSS
Is there anything I can do to improve my actual CSS? Despite the end product looking solid, I'm curious if there are any improvements that could be made to how I structure my CSS or just something else that I am missing.
- Submitted 2 months ago
QR card using flexbox
- HTML
- CSS
I largely struggle with any sort of spacing properties and when to use them. Notably these:
height
,max-height
,min-height
, and thewidth
versions, sometimes padding/margin too. Especially when it comes to units, the units always cause me pain. I never feel confident with the units I select because it feels so arbitrary, and you can tell from how the text looks compared to the reference.