Latest solutions
HTML and CSS Social Links Card
Submitted 4 months agoHave I been using correct semantic HTML structure and how can I improve the layout of my CSS?
HTML and CSS Blog Preview Card
Submitted 4 months agoI really am having trouble organising my HTML and CSS code. I always feel like it looks messy.
Latest comments
- @alaa-mekibesSubmitted 4 months ago@darbataPosted 4 months ago
Well done! I love how you've laid out your CSS structure, and your CSS selectors are perfect specificity levels.
1 - @Adornadowilliam2Submitted 5 months agoWhat are you most proud of, and what would you do differently next time?
Creating a card without using a framework design like bootstrap and tailwind. I would differently be next by adding more difficulty by using sass (style processor) to also avoid nesting name :)
What challenges did you encounter, and how did you overcome them?The challenge I encounter one of them is the font size of the text as it need to be accurate to preview image it shows in term to mobile or desktop without using Figma for reference. I overcome this to overlaying the image of the preview to my design to replicate the text also the same of what font-weight and font-family it uses.
What specific areas of your project would you like help with?How to make responsive if the card become to many without aligning them into 1 card each? Is it possible to happen (also without affection too much the size)??
@darbataPosted 4 months agoNice your code structure looks very good. Your HTML file is clear and uses semantic tags appropriately. In your CSS file you used variables well.
0 - P@eminahadziccSubmitted 4 months agoWhat are you most proud of, and what would you do differently next time?
Most proud of just starting and doing it, instead of still wanting to watch tutorials and google things first. It boosted the confidence to be able to get it right.
What challenges did you encounter, and how did you overcome them?Mostly to center the div on the page. Searched on the internet for different ways.
What specific areas of your project would you like help with?Probably with Flexbox. I keep reading that it's super useful and could have been easier when I was looking for a way to center the div on the page, so that's something to look into.