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

  • ColonelSandurz• 90

    @ColonelSandurz

    Submitted

    1. I found getting the color of the photo correct rather tough, I did not end up getting the exact color.

    2. Getting the font weights and sizes was tougher that I realized. Getting it exact is tough as I think my solution fonts are a little larger still

    ColonelSandurz• 90

    @ColonelSandurz

    Posted

    The design does not have the black margins on the side like the original .jpg file had, so the solution looks smaller. Checking out the live site gives a more accurate look.

    https://colonelsandurz.github.io/Stat-Preview-Card-Component/

    I may edit out those black margins at a later time

    0
  • @Rjae07

    Submitted

    I have 2 question with this challenge:

    1.) How can I insert cart logo in my add to cart div?, I tried using fontawesome but to no avail, it did not work out.

    2.) How can I make round corner in the left side only of the image?.

    Thank you!.

    ColonelSandurz• 90

    @ColonelSandurz

    Posted

    Hi Roland

    I am new to this site but I can at least assist I hope with question 2. Using border-radius defaults to manipulating all four corners, but you can specify a particular corner as shown below.

    border-top-left-radius: 10px;

    border-bottom-left-radius: 10px;

    I am not sure if there is another way to do this ( I know in CSS there are many ways to do one thing) but this works fine for me.

    Marked as helpful

    0