Hi guys! Please comment on any thing (advice and fixes) if you see anything . Any feedback is welcome and much appreciated.
Thank you :)
Hi guys! Please comment on any thing (advice and fixes) if you see anything . Any feedback is welcome and much appreciated.
Thank you :)
The solution is nicely executed. However, just a few things:
Please check out this and my other projects and rate my coding
Hi Michael, I see you did all the styling in the html file. It is not good practice. its better to create a css file separately that will take all the styling.
Please have a look my solution. I would love to see any feedback/ comments. Thanks you.
Hi Chris. This is pretty good actually. I like that you centered the page nicely and avoided unnecessary scroll bars!
Hello Everyone, Here is my solution for this challenge tell me about which thing I do it badly and which I can do better that will help me a lot
Hi. This is actually nicely done. Maybe the only thing you need to do is to remove the default email verification that automatically appears when you have input type as email. I haven't found the best solution for that yet, but what i did was to change the input type to text instead of email. That will ignore the automatic default verification.
Can someone help me with something, I couldn't make the active states, I had problems with the position of the elements :(
Hi Edward, it seems like your live site did not load properly. Maybe you might need to re-upload that first then it will be easier to give feedback.
I feel like to be production ready this solution would require some cleanup and a bunch more data validation and error checking. Do people usually spend a lot of time on that kind of thing in these challenges?
Well, I have seen a lot of people customize these solutions even using animations. You should really just feel free to do so and make the challenge your own.
Just trying to improve accuracy
Any suggestions on how I can improve are welcome!
There are a few issues that you might need to look into.
But overall, good job.
If you have any suggestions please tell me, I have to improve.
You could center it completely so you can avoid scroll bars. I think that would be the icing on the cake. Also, on the link to your github(attribution), you could add the target="_blank" attribute so it opens in a different tab. Otherwise. Good work!.
Hi everyone,
I would really appreciate any feedback or suggestion you can offer me to improve my solution. if the solution is all right, please let me know, that motivates me.
Thanks 🙏🙏😊😊.
I can now overlay my background image with colors and effects, thanks to the community for the response.
use the css filter property to add the opacity. This was how i did mine
img{ filter: opacity(35%) drop-shadow(0 0 hsl(277, 64%, 61%)); }