Latest solutions
Recipe Page Challenge
PSubmitted 7 months agoHow would you get the line to go all the way through the table?
QR coding challenge - HTML, CSS
PSubmitted 7 months agoThe text part of the whole challenge and how I can go about doing it a lot easier next time. I believe I should of used a CSS framework and it would of been a lot easier. Tail wind or bootstrap.
Latest comments
- @Matheus-FelixxxP@jburger69
I think some of the colors are off but other than that good work. Looks really good.
- @Silverdust22What are you most proud of, and what would you do differently next time?
This was an interesting project.It has helped me in revising concepts regarding html elements like <a> and <ul> and their layout on screen using CSS.
What challenges did you encounter, and how did you overcome them?Aligning link buttons was a challenge.There was space on left side which I could not reduce.Later I found out this was happening because of default left padding of <ul> element.The <ul> and <ol> elements have a top and bottom margin of 16px ( 1em ) and a padding-left of 40px ( 2.5em ).I assigned value of zero to padding of <ul>.This solved my problem.Thanks to MDN docs.
What specific areas of your project would you like help with?Please let me know if hover and focus states are applied correctly.Your input would be greatly appreciated.
P@jburger69Everything looks really good! So close to the solution except for the sizing of everything. I had the same issue with mine as well the sizing was off. Hover effect works and applied correctly. Awesome work!
- @nicocappellaP@jburger69
Super nice and really close! Keep up the great work. I've looked over your code and it's really clean. I see #react but I don't see any react components. Little confused on that part otherwise awesome work.