Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Recent content by geddski

  1. G

    HTML & CSS I need help with a Card alignment for a product card.

    Hey Cyrill. Your layout fits nicely in a grid (content lines up in both the x and y axis), so I'd recommend using CSS Grid for that. Here's your code refactored into a grid layout: https://codepen.io/geddski/pen/LYZNPVO?editors=1100
  2. G

    HTML & CSS Learning HTML....

    Something I did early on (and still do) is pick a cool looking UI (video games often have amazing ones) and try to recreate it with HTML & CSS. You'll learn a ton that way. Don't get hung up on doing it "right" at first. Just focus on getting it to look right at first. Best practices will come...
  3. G

    HTML & CSS Help me please

    it looks like each category is a "block" element (e.g. a div). You can either change them to spans, or set their CSS to display: inline-block
Back
Top Bottom