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

  • Justin 120

    @andrew-j-brown

    Submitted

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

    I am proud of setting up and using Sass for the first time - I attempted it about a year ago when I was much newer to dev, with no luck then. Much easier setup this time. :)

    Also picked up the BEM naming convention for css, it makes it much easier to understand my css as I work through it. Still need some more practice with this.

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

    Getting the formatting of the card correct. It wasn't scaling properly when shifting to desktop view, so I ended up gutting the project after the initial commit and starting fresh. It's not perfect, but looks much better now!

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

    (ignore this, I assumed that the card was larger than it actually was)

    Some help with the scaling of the desktop card would be nice - I would like it to be maybe 90% of it's current size, but couldn't get the image to scale properly. It might be due to my img container formatting.

    P

    @j-sherrick

    Posted

    Good job getting back in the swing of things! I'm a huge fan of Sass and BEM methodology. Check out my repo for an example of a more advanced setup that uses Parcel. I am in the process of building a BEM-based Sass template that will allow you to easily publish Sass projects to GitHub Pages, for easy reuse with these type of projects.

    0
  • P

    @j-sherrick

    Posted

    Looks good, and congrats on completing your first challenge! One way to do this is to set the body element to flex and flex-direction to column, align-items and justify-content to center, and set a gap of ~3rem or so to get a good amount of whitespace in there. Feel free to poke around mine, I just completed it myself.

    Marked as helpful

    0