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

  • @dee-jordan

    Submitted

    I actually took on this project and put it on the back burner. Came back to it a couple weeks later, definitely realized the importance of practicing fundamental skills as a beginner developer.

    Currently I'm struggling with determining what CSS extensions to use and how to get the same exact fonts.

    Genii 90

    @Genii-X

    Posted

    • About matching the font, the font-family and font-size are specified in the style-guide.md file includes in the project folder you get.
    • Usually the font-size is specified in px but can be easily converted to rem as 16px=1rem

    Marked as helpful

    0
  • Genii 90

    @Genii-X

    Posted

    I really do not think there's any need to add a flex-direction property to container seeing as there is one "general-box" in it. Also I'd also suggest you rely on the intrinsic sizing of the general box. Also the media query seem redundant as it is going to be displayed in the center because of the flex properties you defined.

    0