Simple Responsive Navigation,

Developer
Size
2,236 Kb
Views
26,312

How do I make an simple responsive navigation,?

A simple RWD inline top navigation. Version v.0.99. What is a simple responsive navigation,? How do you make a simple responsive navigation,? This script and codes were developed by Daniel on 04 September 2022, Sunday.

Simple Responsive Navigation, Previews

Simple Responsive Navigation, - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Simple Responsive Navigation,</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <header> <div class="toggle"><a href="">Menu</a></div>
<nav> <ul> <li><a href="#">Another</a></li> <li><a href="#">mobile</a></li> <li><a href="#">responsive</a></li> <li><a href="#">navigation</a></li> <li><a href="#">v1</a></li>
</ul>
</nav>
</header> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Simple Responsive Navigation, - Script Codes CSS Codes

body {background-color:#00afc4; font-size: 100%;}
a:link, a:visited {color:#ccc; text-decoration:none; text-transform: uppercase; font-family: Helvetica;font-size:.8rem;}
a:hover {color:#fff;}
header { width: 100%; height:50px; background-color:#121b21;
}
.toggle { width:100%; height:50px; display:none; position:relative;
}
.toggle a {display:block;background-color:#283136; color:#fff; width: 25%; position:absolute; right:0; top:0; height:50px;text-align:center; line-height:4em;}
nav { display:block;
}
nav ul { display:table; margin: 0 auto;
}
nav ul li { display:inline; margin:0; padding:0; line-height: 3em;
}
nav ul li a {display:block; float:left; margin: 0 1em;}
@media screen and (max-width: 770px) { header { width: 100%; min-height: 50px; height: auto; } header .toggle { display:block; } nav { display:none; } nav.active { display:block; } nav ul { margin: 0; width:100%; } nav ul li { display:block; } nav ul li a { display:block; width:100%; background-color:#283136; height:50px; text-align:center; margin:0; padding:0; border-bottom: 1px solid #121b21; }
}

Simple Responsive Navigation, - Script Codes JS Codes

$(".toggle").click(function(e){
$("nav").toggleClass("active"); return false;
});
Simple Responsive Navigation, - Script Codes
Simple Responsive Navigation, - Script Codes
Home Page Home
Developer Daniel
Username deeman
Uploaded September 04, 2022
Rating 3
Size 2,236 Kb
Views 26,312
Do you need developer help for Simple Responsive Navigation,?

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!

Daniel (deeman) Script Codes
Create amazing SEO content 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!