Hey everyone!
I recently finished this html project and would love to get some feedback on what I did ok and where I can have improvements as well!
Thank you!
Here’s the link to my code:
https://codepen.io/Rynell-lee/pen/OJmbOdG
Hey everyone!
I recently finished this html project and would love to get some feedback on what I did ok and where I can have improvements as well!
Thank you!
Here’s the link to my code:
https://codepen.io/Rynell-lee/pen/OJmbOdG
Hi @rynell-lee !
I think your page looks good.
I would keep working on responsiveness because you have a horizontal scrollbar.
I think it would be nice if the submit button had the cursor pointer.
Hope that helps!
I really like it! Way to go!
Making sure your things resize well for smaller/bigger screens would be good. You could do something like this:
h1{
max-width: 80%;
width: 500px;
}
By giving it a max-width, if the screen size is too small to fit the h1 element at a width of 500px then it will adjust to 80% of the screen size. Try something like that to see if it helps!
Thank you for your suggestions, will take note!
Thank you for your suggestion, much appreciated!!
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.