Latest solutions
Social Links Profile
Submitted 3 months agoI would like feedback regarding the nested Containers. Is this correct to do?
Also, as mentioned above, I had challenges regarding padding and margin. Is my code ok regarding this aspect? Or is there a better way to space out the content inside a container?
Plus, I don't know why my content is not centered vertically. I use
flex: grid, place-items: center
but for some reason it's too high up when in my desktop preview and github pages deploy, it looks fine.Blog preview card solution
Submitted 3 months agoOther than a general review of my CSS code to check if I could simplify anything, I would like to know if it is noticeable when you work on the mobile layout first. Additionally, is this the best path when coding, or is it easier to stick to the desktop layout and resize along the way to ensure the content is still displayable?
How exactly does it work to start on the mobile layout? I just shrunk the preview window while coding, but I am not sure if this was the best course of action.
QR Code Component with CSS
Submitted 3 months agoI would like help with everything code-related (especially CSS) and formatting. Is there a way to optimize my code? Is there any common beginner mistake I am committing?