Latest solutions
Latest comments
- @SinisaVukmirovic@SinisaVukmirovic
My spiced-up version of mini FrontEnd Mentor project.
- @AdrianoEscarabote
Github-user-search built w/ Typescript + React + StyledComponents👨💻
#react#styled-components#typescript#vite#fetch@SinisaVukmirovicAmazing!
Where do you learn all this stuff?
- @EdoPito@SinisaVukmirovic
Hello!
Basic JS is not that basic. Very nice functionality!
Wish I thought of that...
Great job! Keep it up.
- @ayush-sri16@SinisaVukmirovic
Hello!
To answer your question "How can a non technical person can become a webdeveloper."
With hard work and dedication!
And I am talking about seriously hard work! And to learn in the proper way, no taking shortcuts and truly learning from what you do, not just to do for the sake of doing...
Learning! Keeping track of learned things, creating your own documentation in README.md of every project...
And a little luck! Good luck!
- @ayo-adeboyejo@SinisaVukmirovic
Hello!
You don't define width for the HTML and body elements.
For the height, most common way to do define it is
body { min-height: 100vh; }
Most of the time, that is enough. Some browser, thought, also require
html { height: 100%: }
Marked as helpful - @Keerthivardhan1@SinisaVukmirovic
Hello!
Watch this Slide in menu
Maybe that helps you with implementing menu for mobile view.
Good luck!