Nwali Joseph
@Source-WebAll comments
- @correlucas@Source-Web
Hi Lucas... Congrats on finishing this project... There are things you may need to fix. The mobile Navbar is not responsive and the logo for mobile seems too big, consider scaling it or reducing the height and width.
Also, the input field and button of the section before the footer is overflowing y.
:)
Marked as helpful - @elaineleung@Source-Web
Hello, Elaine. I must say I love your theme toggle and as always, you didn't fail to reproduce the design to look like the original.
I have to agree with @Aik-202, the screen inputs should be seen before the screen value is evaluated. I likewise don't think that's the design rather the screen is meant for printing the input and answer. I like to think of the placeholder text in the design as the result (answer) of the evaluated screen value{Eg. 399980+1}. This is what I did in my solution.
Please, do check out my solution. I also left a question for the community and I hope you would help with that.
Nice Job Elaine. :)
- @elaineleung@Source-Web
Hello Elaine, I love your solution for this Huddle Landing page... How do you get to have it looking exactly like the design?
- @Source-Web@Source-Web
Please, how do I fix the html and accessibility issues?
- @samanthascarcella@Source-Web
To get the card to the center of the page, give it a specific width and set the margin to auto...
What I did was get the card width and margin top and bottom then my code looked like this: .card { width: card width; margin: top-bottom auto; }
Marked as helpful