Latest solutions
Latest comments
- @llalanmendozall
- @ronalking182@codeswithroh
In your github repo change the name of the index1.html file to index.html to be able to deploy the site properly.
- @sofskrbic@codeswithroh
You did a great job regarding this solutions. Well, there are a few things that needs to be addressed.
-
As you told there is that problem with your navbar which pops suddenly during the change in screen size
-
There is a horizontal scroll which is a bit annoying
-
I would suggest you not to set style inside the tags itself because it causes problems
-
Your site looks good for screen sizes beyond 1440px but most of the user will view this site in 1440px and for 1440px the icons are a bit bigger.
Except these you did an awesome job. So, keep coding 😊
-
- @joni475@codeswithroh
For some reason your site and repo is not visible. Maybe you have given the wrong links. Kindly look into that matter.
- @Heitoluis@codeswithroh
You did an awesome job on this one. I tried to find mistake in your solution but I couldn't find any 😂. The responsivness is on point, the site scales up and down properly. So. a really goo job.
- @shockiu@codeswithroh
You did an amazing job with this solution. Well, there are two things that need to be addressed.
-
The password section keeps throwing an error even if the number of characters is more than 8
-
You used way too many flex-box. You have used flexbox in places that doesn't need it. You see by default all the elements are places in a column. So, you don't have to use flex for each element and set it to flex-direction: column
Except this two things you site looks pretty amazing. So, keep up the good work and keep coding 😀
-