DEV Community

Cover image for 👨‍💻 Create a Responsive Landing Page using HTML CSS & JS 🔥

👨‍💻 Create a Responsive Landing Page using HTML CSS & JS 🔥

Aniket on October 13, 2021

👋 Hello, Dear developers 👩‍💻👨‍💻, Today we'll see, how we can easily create another Responsive Landing page using HTML, CSS, and JS with GreenSock...
Collapse
 
geckotechcr profile image
geckotechcr

Started out my JS journey thinking the only way to really develop responsive pages was to use frameworks (Vue, React...). This mindset forced me to overlook the fundamentals on which said frameworks were built. This has forced me to rethink my approach and when I really need to bring a framework into the equation. Thanks

PS: HTML Comments and CSS variable declarations do not cut/paste properly from CHROME Browser (latest vesion)

Collapse
 
ananiket profile image
Aniket

Got it sir ! Thanks for your advice 🙏

Collapse
 
andrewpierno profile image
Andrew Pierno

Awesome work, Dude!
Would you be willing to write some tutorials for our us? Happy to pay.
You can either DM me on twitter at twitter.com/AndrewPierno or fill out this little airtable form airtable.com/shrN6S3NMZ7oxRXTt.

Collapse
 
jenningsf profile image
JenningsF

Great detailed tutorial! Thanks for all the great code snippets too. Will definitely have to take time to dissect.

Collapse
 
ananiket profile image
Aniket

Thank you so much for watching ! ✨

Collapse
 
andysaktia profile image
andysaktia

Cool👍

Collapse
 
ananiket profile image
Aniket

Thank you sir 🙏🏻

Collapse
 
allenarduino profile image
Allen Jones

Thank you so much

Collapse
 
napster profile image
Marouane Etaraz

thanks for useful articles 💪

Collapse
 
ananiket profile image
Aniket

Thank you so much mate 🥳✨

Collapse
 
soltad4all profile image
Soliu Adeola

Fantabulous

Collapse
 
ananiket profile image
Aniket

Thank you so much mate ✌🏻

Collapse
 
theb055 profile image
THEB055 • Edited

you've nail it

Collapse
 
ananiket profile image
Aniket

Thank you so much mate 🥳🔥

Collapse
 
nadyadf profile image
Nadya Devi Febita

I think you forgot to put "display: block" on class .close-btn in the media queries section above 768, which makes the close button not appear when the toggle button is clicked, cmiiw.