Latest solutions
product preview card component
#semantic-uiSubmitted over 1 year agoIn the design, the desktop design still doesn't look accurate.
I'm having trouble with the right side of the card component to resonate with how the final design should look like, I still need some help with that.
Please do look over the code in my repository and the live URL and provide me any feedback with how I can improve this project, thank you.
Order Summary Component project challenge
#semantic-uiSubmitted over 1 year ago-
if using padding was necessary to size the "annual plan" section and the button?
-
putting the text on a newline using "span" and then using "display: block;" to put them on newlines?
-
how is the mobile response, does it look weird?
ideally those are some things I need help with, and if there's anything else that I must fix/change please let me know. I'd like to improve in any and every way possible.
-
Latest comments
- @LukebaKueno@CSE-Kyle
nice work on the project!
on the text below "html and css foundations" use the
width:
property to change the length of the text horizontally andline-height:
to separate the text vertically as shown in the solution. Other than that you're on the right track!Marked as helpful