Leaf Menu

Developer
Size
2,131 Kb
Views
14,168

How do I make an leaf menu?

Leaf menu. What is a leaf menu? How do you make a leaf menu? This script and codes were developed by Aleks on 14 October 2022, Friday.

Leaf Menu Previews

Leaf Menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Leaf Menu</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <head><link href='https://fonts.googleapis.com/css?family=Noto+Sans' rel='stylesheet' type='text/css'> </head>
<body>
<nav> <ul class="top-menu"> <li><a href=#>Home</a><div class="menu-item" id="home"></div></li> <li><a href=#>Catalog</a><div class="menu-item" id="cataloge"></div></li> <li><a href=#>Price</a><div class="menu-item" id="price"></div></li> <li><a href=#>About</a><div class="menu-item" id="about"></div></li> <li><a href=#>Contact</a><div class="menu-item" id="contact"></div></li> </ul>
</nav> </body>
</body>
</html>

Leaf Menu - Script Codes CSS Codes

* { -webkit-backface-visibility: hidden;
}
nav {	width: 960px;	height: 100px;	margin: 120px auto;	text-align: center;
}
.top-menu li { font-family: 'Noto Sans', sans-serif;	display: inline-block;	text-align: center;	margin: 30px 5px;	position: relative;	-webkit-transition: all 0.3s ease;	-moz-transition: all 0.3s ease;	-o-transition: all 0.3s ease;
}
.top-menu li:hover {	margin: 30px 20px;
}
.top-menu li:active {	margin: 30px 33px;
}
.top-menu li a {	width: 100px;	height: 100px;	z-index: 9999;	position: absolute;	top: 35px;	font-weight: bold;	display: block;	text-decoration: none;	font-size: 20px;	color: #fff;	text-shadow: 0px 1px 1px rgba(0,0,0,0.4), 0px 4px 6px rgba(0,0,0,0.1), 0px 9px 11px rgba(0,0,0,0.1);	-webkit-transition: all 0.1s linear;	-moz-transition: all 0.1s linear;	-o-transition: all 0.1s linear;
}
.top-menu li:active a {	font-size: 26px;	top: 30px;	text-shadow: none;
}
.top-menu li div.menu-item {	width: 100px;	height: 100px;	display: block;	-webkit-transition: all 0.2s ease;	-moz-transition: all 0.2s ease;	-o-transition: all 0.2s ease;	-webkit-border-top-left-radius: 100px;	-webkit-border-bottom-right-radius: 100px;	-moz-border-radius-topleft: 100px;	-moz-border-radius-bottomright: 100px;	border-top-left-radius: 100px;	border-bottom-right-radius: 100px;	-webkit-transform: rotate(45deg);	-moz-transform: rotate(45deg);	-o-transform: rotate(45deg);
}
.top-menu li:hover div.menu-item{	-webkit-border-top-left-radius: 80px;	-webkit-border-bottom-right-radius: 80px;	-moz-border-radius-topleft: 80px;	-moz-border-radius-bottomright: 80px;	border-top-left-radius: 80px;	border-bottom-right-radius: 80px;	-webkit-transform: rotate(225deg);	-moz-transform: rotate(225deg);	-o-transform: rotate(225deg);
}
.top-menu li:active div.menu-item{	-webkit-border-top-left-radius: 50px;	-webkit-border-bottom-right-radius: 50px;	-moz-border-radius-topleft: 50px;	-moz-border-radius-bottomright: 50px;	border-top-left-radius: 50px;	border-bottom-right-radius: 50px;
}
#price{ background: #16A085; }
#home { background: #F39C12; }
#cataloge { background: #27AE60; }
#about { background: #1ABC9C; }
#contact { background: #2ECC71; }
body { background: #2C3E50;
}
Leaf Menu - Script Codes
Leaf Menu - Script Codes
Home Page Home
Developer Aleks
Username achudars
Uploaded October 14, 2022
Rating 4
Size 2,131 Kb
Views 14,168
Do you need developer help for Leaf Menu?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Aleks (achudars) Script Codes
Create amazing video scripts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!