Menu

Developer
Size
1,896 Kb
Views
18,216

How do I make an menu?

What is a menu? How do you make a menu? This script and codes were developed by Clayton on 04 November 2022, Friday.

Menu Previews

Menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Menu</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <label for ="bt-menu" class ="bt-menu">&#9776;</label>
<input type ="checkbox" id ="bt-menu" role ="button">
<span class ="logo">
<a href ="#"><img src ="http://www.conversantmedia.com/sites/all/themes/my_themes/images/conversant_logo.png"/></a>
</span>
<nav class ="navbar">
<ul id ="menu">
<li><a href ="#">Home</a></li> <li><a href ="#">Categorias &nabla;&nbsp;</a>
<ul class ="submenu"> <li><a href ="#">Link</a></li>
</ul>
</li>
<li><a href ="#">Login</a>
<li><a href ="#">Ofertas</a>
<li><a href ="#">Atendimento</a> <li><a href ="#">Fale Conosco</a> </ul>
</nav>
</body>
</html>

Menu - Script Codes CSS Codes

.logo{
float:left;
margin:0px;
padding-top:10px;
}
.logo a{
font-size:2em;
padding:15px 15px;
}
.navbar ul{
list-style-type: none;
margin: 0;
padding: 0;
position:absolute;
}
.navbar li{
display:inline-block;
float:left;
margin-right:1px;
}
.navbar li a{
display:block;
min-width:140px;
height:20px;
text-align:center;
line-height:20px;
font-family:'Trebuchet MS',arial,sans-serif;
font-size:1em;
font-weight:600;
color:#222;
text-align:right;
text-decoration:none;
}
.navbar li:hover a{
color:#00f800;
font-weight:600;
}
.navbar li:hover ul a{
color:#327bf8;
background:#444;
height:40px;
line-height:40px;
font-weight:normal;
}
.navbar li:hover ul a:hover{
background:#ccc;
}
Menu - Script Codes
Menu - Script Codes
Home Page Home
Developer Clayton
Username x-gyba
Uploaded November 04, 2022
Rating 3
Size 1,896 Kb
Views 18,216
Do you need developer help for 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!

Clayton (x-gyba) Script Codes
Create amazing Facebook ads 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!