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

  • P
    Michael 380

    @Mlchaell

    Submitted

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

    Simple project, though if anyone has any recommendations on how I can do anything better let me please!

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

    I've never worked with tables in HTML, or styling them with CSS so I had to learn how to both set them up in HTML and style them with CSS

    @MaxCodeCraft

    Posted

    Hi ! I don't have much to say, you CSS code is pretty neat ! Great job !

    1
  • @abhishek-Roy22

    Submitted

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

    I'm proud of to be the part of this challenges.

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

    Really, Nothing

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

    I love CSS part of this project.

    @MaxCodeCraft

    Posted

    Hi Roy !

    I have to review your solution so if you don't mind here are my suggestions:

    • You should use the @font-face MDN Web Docs to use the right font from the assets folder
    • Try using variables declared in the :root of your CSS
    • If you want the design to match the original one better, try to find the paddings and margins with Photoshop or GIMP.
    0
  • @SS-ekow

    Submitted

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

    I'm proud of how i was able to break the component down into the right components and position them correctly.

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

    i found it hard figuring out dimensions for the illustration in mobile mode

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

    image sizing

    @MaxCodeCraft

    Posted

    That's great work ! Why haven't you used an external CSS ? Also, you could have used @font-face since FEM gave us the .ttf files ;)

    Marked as helpful

    0
  • @BluffSet7340

    Submitted

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

    I'm most proud of being able to complete my first ever project on this site.

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

    The main challenges stemmed from CSS and using div elements to place the objects the way I wanted it to. Lots of trial and error and various YouTube videos later, I was able to get it right.

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

    I would like feedback on the sizing and placement of the image as well as the text inside of my div element with a class of "box". Furthermore, I'd like to know how off I was with my paddings and if my alternative fonts are good enough to match the original in the design images.

    @MaxCodeCraft

    Posted

    Hi,

    Im clearly a newbie so maybe someone will help you better but I think you should have used the box-sizing: border-box; property on your *{}, it may help you with your margins and paddings ?

    Also, the style-guide.md in the starter files gave you the font-family and font-weights that should be used on this project.

    Hope it helps a bit !

    Marked as helpful

    0
  • @EdwardShanahan09

    Submitted

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

    The card is responsive.

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

    No Challenge

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

    None

    @MaxCodeCraft

    Posted

    Perfect copy ! As a newbie, your code helped me understand that I should have used flexbox, thank you !

    1