Latest solutions
Latest comments
- @afaiz-space@snake321
You have done good job but there is a lot of mistakes which you should correct
/* IN body you should keep
<main> and container different and then apply display flex to keep your conten in center */ /* main{ display: flex; align-items: center; justify-content: center; min-height: 100vh; } */ and then apply grid on container container{ margin: 0 auto; padding: 15px;/* padding should be padding 2rem 3rem */ width: 80rem;/* keep it width 100% to keep it responsive */ display: grid; } Hope this help!... Keep coding👍 - @kprince26@snake321
on button you should keep cursor pointer and remove the outline of button when you will click it you will get it otherwise good job Keep coding📌👍
- @boquelito@snake321
HEY BRO I am afraid you have to recode your website and use overflow: hidden ; property to stop overflowing and you should also learn about html accessibilities and also you should see your report which is terrible
I hope it will help you keep learning and keep codingMarked as helpful - @samuelms21@snake321
It is also hard for me to set the background so that's why I took the help from your code I learnt that we apply percentages on background position and veiw_port widht
- @snake321@snake321
Thank you so much for your valuable feedback
- @moheb2000@snake321
you have done very good job but when I hover on button it changes the color very fast so to do it slow I think you should use transition on button