CSS Fullscreen Minimal Menu

Developer
Size
2,498 Kb
Views
52,624

How do I make an css fullscreen minimal menu?

CSS fullscreen elegant and minimal basic navigation. What is a css fullscreen minimal menu? How do you make a css fullscreen minimal menu? This script and codes were developed by Anton Petrov on 27 August 2022, Saturday.

CSS Fullscreen Minimal Menu Previews

CSS Fullscreen Minimal Menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Fullscreen Minimal Menu</title> <script src="http://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="css/style.css">
</head>
<body> <nav> <a>main page</a> <a>who we are</a> <a>our services</a> <a>some projects</a> <a>let's talk</a>
</nav> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

CSS Fullscreen Minimal Menu - Script Codes CSS Codes

@import url(http://fonts.googleapis.com/css?family=Raleway:100);
body { background-color: #222;
}
nav { width: 100%; position: absolute; top: 50%; text-align: center; margin-left: -10px; height: 454px; margin-top: -227px;
}
nav a { display: block; background-color: #222; line-height: 90px; margin-top: 1px; color: #d5d5d5; font-family: 'Raleway'; font-size: 3em;
}
nav a:hover { cursor: pointer; color: #222;
}
.rollOver { background-color: #d5d5d5; transition: all 300ms ease-out;
}
.rollOut { background-color: #222; transition: all 800ms ease-out;
}

CSS Fullscreen Minimal Menu - Script Codes JS Codes

$('nav a').mouseover( function(){ $(this).addClass('rollOver').removeClass('rollOut');
}) $('nav a').mouseout( function(){ $(this).addClass('rollOut').removeClass('rollOver');
})
CSS Fullscreen Minimal Menu - Script Codes
CSS Fullscreen Minimal Menu - Script Codes
Home Page Home
Developer Anton Petrov
Username apetrov
Uploaded August 27, 2022
Rating 3
Size 2,498 Kb
Views 52,624
Do you need developer help for CSS Fullscreen Minimal 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!

Anton Petrov (apetrov) 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!