-
I found getting the color of the photo correct rather tough, I did not end up getting the exact color.
-
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
@ColonelSandurzAll comments
- @ColonelSandurzSubmitted about 2 years ago@ColonelSandurzPosted about 2 years ago
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 - @Rjae07Submitted about 2 years ago
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!.
@ColonelSandurzPosted about 2 years agoHi 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 helpful0