Pure CSS3 menu

Developer
Size
1,675 Kb
Views
12,144

How do I make an pure css3 menu?

Pure CSS3 menu without using class or id.. What is a pure css3 menu? How do you make a pure css3 menu? This script and codes were developed by Jeya Karthika on 28 November 2022, Monday.

Pure CSS3 menu Previews

Pure CSS3 menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Pure CSS3 menu</title> <script src="//use.edgefonts.net/source-sans-pro.js"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Portfolio</a></li> <li><a href="#">Blog</a></li> <li><a href="#">Contact</a></li> </ul>
</nav>
</body>
</html>

Pure CSS3 menu - Script Codes CSS Codes

body { margin: auto; align: center;
}
nav ul li { float: left;
}
nav ul { position: relative; display: inline-block; list-style: none;
}
nav ul:after { content:" "; clear: both; display: block;
}
li a{ text-decoration: none; padding: 10px 20px 10px 20px; font-family: source-sans-pro, sans-serif; background: #27ae60; color: #ffffff;
}
li a:hover { background: #2ecc71;
}
Pure CSS3 menu - Script Codes
Pure CSS3 menu - Script Codes
Home Page Home
Developer Jeya Karthika
Username jeyakarthika
Uploaded November 28, 2022
Rating 3
Size 1,675 Kb
Views 12,144
Do you need developer help for Pure CSS3 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!

Jeya Karthika (jeyakarthika) Script Codes
Create amazing marketing copy 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!