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

  • Spencer 80

    @Divinitry

    Posted

    looks good, i would use more margins and padding to get it to look like the images. Over all good work and classes and semantic tags are well done, good job keep up the good work!

    0
  • Spencer 80

    @Divinitry

    Posted

    looks great!

    If I were you, i would use grid:fex on the main body and center things vertically and horizontally it would look alot better! i love the little designs keep it up!

    Marked as helpful

    0
  • Zup 1,270

    @xup60521

    Submitted

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

    TailwindCSS is goated. After doing some vanilla css in this challenge, I immediately miss the powerful utility atomic css.

    Spencer 80

    @Divinitry

    Posted

    Looks good!

    Only thing I would suggest is to use the Alt tags for accessibility.

    0
  • P

    @adriantech-beep

    Submitted

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

    I'm proud that in a short matter of time i already learned new things like centering a div.

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

    i made a hard time figuring about the border shadow.

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

    i need help on applying the colors on css

    Spencer 80

    @Divinitry

    Posted

    Hey Adrian!

    Nice solution, some tips to help you out.

    To get the box-shadow working you need to specify the color for the shadow here is an example:

    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);

    As well, border: border-box is not a valid CSS property, you're thinking of this:

    box-sizing: border-box;

    Keep up the good work!

    Marked as helpful

    0