I am proud of being able to make close to the design
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
I am proud of being able to make close to the design
What challenges did you encounter, and how did you overcome them?.
What specific areas of your project would you like help with?.
Nil
What challenges did you encounter, and how did you overcome them?Nil
What specific areas of your project would you like help with?Nil
Nil
What challenges did you encounter, and how did you overcome them?Nil
What specific areas of your project would you like help with?Nil
Nice one! Good thinking to use a span for the bullet points. You could also replace the bullet with the ::before selector like so: https://www.w3.org/Style/Examples/007/color-bullets.en.html
This way you don't need to put a span, resulting in less coding in your html file. Cheers! :)
Nice one! You switched the background-color from the card and the buttons but it actually looks better this way! :D
Good job! :) Try to use other class names instead of p1,p2,p3 etc for example .card-title, .card-tag or .card-text. This makes it easier to look at your code. Cheers!
I'm a beginner in frontend development and I'm happy I was able to center the container vertically on the body with CSS .Back then when I didn't really know CSS I used to use the HTML tag, Which is bad Practice.
What challenges did you encounter, and how did you overcome them?When I wanted to align the card vertically on the center of the page using align-items:center .It didn't work until i changed the height of the body to 100vh.
What specific areas of your project would you like help with?I had problems with the layout.I was not able to align the paragraph to the link to the author because I used dispay:flex for the body . I'd really appreciate any assistance or feedback . Thank you in advance for your support!
Hi Shaye,
Your link to the author is aligned perfectly to the center but your QR- code card isn't. Might I suggest to look at this site and see if you can come up with a solution. https://blog.hubspot.com/website/center-div-css You already gave your body a height of 100vh so that's a good start! Happy coding! :-)
Kind regards, Jarmo