IvoryPixivorypix.hashnode.dev·Nov 26, 2024Days Wishes FontEmbrace Positivity with Days Wishes Font In a world where messages are often lost in the noise, the Days Wishes Font emerges as a beacon of warmth and positivity. This delightful hand-drawn font captures the essence of thoughtful communication throug...Discussfreehand
Michael Andreuzzamichaelandreuzza.hashnode.dev·Oct 9, 2024How to create a circular menu with Tailwind CSS and JavaScriptHello everyone, today we'll be creating a circular menu using Tailwind CSS and JavaScript. What is a Circular Menu? A circular menu is a UI component where the menu items are arranged in a circular or radial pattern around a central button or point. ...DiscussTailwind CSS
Pulkitblogs.devpulkit.in·Aug 10, 2024Creating a Custom Context Menu in React with react-contexifyCreating a custom context menu in React can significantly enhance the user experience by providing quick access to relevant actions. With the help of the react-contexify library, you can easily implement a sleek and functional context menu tailored t...Discuss·1 like·86 readsright click
David Carrdcblog.dev·Jun 8, 2024How to toggle a mobile menu with Tailwind and AlpineJSMaking a mobile and desktop menu is something that is is super simple to do with Tailwind and AlpineJS. A typical nav bar will contains a series of links styled with Tailwind, its possible to apply different styles depending on the browser size for m...Discuss·308 readsTailwind CSS
Serhat Bekbek-dev.hashnode.dev·May 31, 2024Vanilla JavaScript - Hamburger Menu ButtonCreating a hamburger menu is a common task for modern web development, especially for responsive designs. In this tutorial, we'll walk through how to create a hamburger menu component using plain JavaScript, HTML, and SCSS. Burger Menu HTML Structure...DiscussJavaScript
Jeremy G Woodsfaithventuremedia.hashnode.dev·Nov 10, 2023Let's Talk Church Website MenusWhy do website menus have to be so complicated? For most organizations, they don't have to be. For Churches, they can be a headache. Why is this, though? Picture this: A corporation with many different departments, all wanting to put their informatio...Discussmenu
Nicole Listerfeltlisterfelt.hashnode.dev·Oct 29, 2023Python with a Command Line InterfaceMain Menu To start the cli.py file, we will add the main menu. #cli.py def main_menu(): print(''' ******************** Main Menu ******************** Select an option: g. List all genres v. List all movies r. Lis...DiscussPython
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Aug 21, 2023Creating a Modern Website Layout: Exploring Sticky and Fixed Menus with Scrollable ContentIn the world of web design, crafting an engaging user experience involves a delicate balance between aesthetics and functionality. In this tutorial, we'll embark on a journey to create a contemporary website layout that incorporates some key design e...Discussmenu
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Aug 7, 2023Creating a Toggle Menu with Show and Hide Functionality using HTML, CSS, and JavaScriptIn this tutorial, we're going to create a toggle menu with show and hide functionality using a combination of HTML, CSS, and JavaScript. This interactive element can be a great addition to your web projects, providing a user-friendly way to display a...DiscussHTML5
Ogunuyo Ogheneruemu Biruemu.hashnode.dev·Aug 3, 2023Creating a Blank HTML Document with Top and Bottom MenusIn this tutorial, we will explore how to create a blank HTML document with both top and bottom menus that stay fixed as you scroll through the content. This can be a useful layout for various types of websites, providing a consistent navigation exper...DiscussHTML5