Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @0gsar1m

    Submitted

    What are you most proud of, and what would you do differently next time?

    a

    What challenges did you encounter, and how did you overcome them?

    a

    What specific areas of your project would you like help with?

    a

  • Car 60

    @Lukas3162000

    Submitted

    What are you most proud of, and what would you do differently next time?

    1. First major learning

    If you want to target the bullet points or simply the numbers in CSS, you can do that with pseudo-code as described here:

    ("li::marker")

    .content ol li::marker { color: red; }

    Super cool!! :D

    1. You can target the last child of a table with this pseudo-code:

    "tr:last-child"

    css tr:last-child { border-bottom: none; }

    What specific areas of your project would you like help with?

    I couldn't reduce the border-bottoms of the table rows using right margin in the media query. So, I made them red instead. Does anyone have an idea how to fix this?

    @sukrut57

    Posted

    this looks great but also look into the mobile version. The view is slightly different compared to desktop version.

    0
  • Mohammed 50

    @Mohammed-morsiwala

    Submitted

    What are you most proud of, and what would you do differently next time?

    Structured CSS with hands on flex box & more confident on HTML structure

    What challenges did you encounter, and how did you overcome them?

    Still facing issues in deciding width Hight & make the design responsive

    What specific areas of your project would you like help with?

    I want to understand min-with max-with with media query to make website responsive

    @sukrut57

    Posted

    It looks great., you can try to add some more margin to the 1st child of the button to push them down closer to the end or use flex to align the items

    0
  • @kingtirano

    Submitted

    What are you most proud of, and what would you do differently next time?

    In tackling this challenge, I used HTML and CSS to create a visually appealing card component that displays an image and text. To achieve proper layout and alignment, I applied flexbox for centering the card on the page.

    What challenges did you encounter, and how did you overcome them?

    Additionally, I encountered an issue where the background color of the paragraphs inside the card didn’t match the card itself, which I resolved by applying background-color: inherit; to ensure they inherited the card's background color.

    What specific areas of your project would you like help with?

    Finished.