SASS NAV

Developer
Size
2,275 Kb
Views
22,264

How do I make an sass nav?

What is a sass nav? How do you make a sass nav? This script and codes were developed by Oliver Pope on 22 November 2022, Tuesday.

SASS NAV Previews

SASS NAV - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>SASS NAV</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <header> <h1>Another Navigation Bar</h1> <nav> <ul> <li><a href="">home</a></li> <li><a href="">about</a></li> <li><a href="">services</a></li> <li><a href="">contact</a></li> </ul> </nav>
</header>
</body>
</html>

SASS NAV - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Audiowide);
html { background: #efefef; color: #000; font-family: Audiowide; font-weight: 100;
}
h1 { text-align: center; text-transform: uppercase; padding: .5em 0;
}
nav { background: #ff8000;
}
ul { list-style: none;
}
ul li { display: inline-block; padding: 1em; -webkit-transition: .5s all; transition: .5s all;
}
ul li:hover { background: #ff8d1a;
}
@media screen and (max-width: 400px) { ul li { display: block; }
}
ul li a { color: #efefef; text-decoration: none; text-transform: uppercase;
}
li:hover a { color: #efefef;
}
SASS NAV - Script Codes
SASS NAV - Script Codes
Home Page Home
Developer Oliver Pope
Username owebboy
Uploaded November 22, 2022
Rating 3
Size 2,275 Kb
Views 22,264
Do you need developer help for SASS NAV?

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!

Oliver Pope (owebboy) Script Codes
Create amazing blog posts 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!