In today’s video I’ll be showing you how to create a push-style navigation menu. This technique means your navigation menu will appear off the screen (to the left), and then we use CSS3 transform to push the content to the right when the user opens the navigation menu.

LINK TO THE CODE:
https://codepen.io/dcode-software/pen/VwbxOqw

🏫 My Udemy Courses – https://www.udemy.com/user/domenic-corso/
🎨 Download my VS Code theme – https://marketplace.visualstudio.com/items?itemName=dcode.dcode-theme
💜 Join my Discord Server – https://discord.gg/TXMQyvbpcA
🐦 Find me on Twitter – https://twitter.com/dcodeyt
💸 Support me on Patreon – https://www.patreon.com/dcode
📰 Follow me on DEV Community – https://dev.to/dcodeyt
📹 Join this channel to get access to perks – https://www.youtube.com/channel/UCjX0FtIZBBVD3YoCcxnDC4g/join

If this video helped you out and you’d like to see more, make sure to leave a like and subscribe to dcode!

#dcode #html #css

source

9 Comments

  1. I don't understand below, what it means by iterator[Symbol.iterator](). And how this results true.

    const arr =[ ];
    const iterator=arr[Symbol.iterator]();
    iterator[Symbol.iterator]()===iterator;//true

Leave A Reply

Please enter your comment!
Please enter your name here