I had some trouble for the header text, what is the best practice? Because it has a fixed width
Abdul Rehaman Shaikh
@AbdulRehamanShaikhAll comments
- @theodorusclarenceSubmitted almost 4 years ago@AbdulRehamanShaikhPosted almost 4 years ago
Why is the footer fixed ? Any reason ? Also why is your code not responsive ? Any particular reason for that ?
0 - @tedikoSubmitted almost 4 years ago
Hello👋!
I have no specific questions. I am still happy to hear some advices on what i could done better.
Thanks! 😁
@AbdulRehamanShaikhPosted almost 4 years agoI was inspecting your code. Why is overflow hidden on intro__container ? Also the css can be improved. Why use margin : 0 0 0 24px when only you want to use margin-left ? Same for padding. The code is not responsive. Most of the users use mobile for browsing and the code breaks there. For devices with (min-width: 992) it breaks. The scroll is hidden and i cannot see the register button. You can spend more time on writing cleaner code if you are using pre-processor like sass/scss.
1