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
Request path contains unescaped characters
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • Major 50

    @PandaMajor

    Submitted

    I used bootstrap components (the card) to create the majority of the project, is it better practice to use something else?

    I am unsure of how to get the text to match up to the sample exactly and was wondering how people went about determining how to mimic the styles.

    RPotata 40

    @Rosalko

    Posted

    I think there is no harm in using bootstrap components, it just might be a little overkill for such small component, and practising creating such card with pure css might be a good exercise :).

    The text doesn't have to always match 100%, but for me it was simply trial and error.

    Also, don't forget to use the alt attribute for imgs, as mentioned in the html report ;)

    Marked as helpful

    0
  • RPotata 40

    @Rosalko

    Posted

    When it comes to your HTML, I think you've forgotten one lonely "</div>" tag, as I don't see any opening tag which would not be closed before it. I would recommend using more descriptive class names than "p1" or "p2" for your css, I think this is quite important, and will be important in your future projects. Otherwise nice solution, keep it up fren!

    2