Steering menu

Size
2,806 Kb
Views
48,576

How do I make an steering menu?

What is a steering menu? How do you make a steering menu? This script and codes were developed by Mojtaba Seyedi on 27 July 2022, Wednesday.

Steering menu Previews

Steering menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Steering menu</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css'> <style> /* NOTE: The styles were added inline because Prefixfree needs access to your styles and they must be inlined if they are on local disk! */ body { background-color : #333; background-image: url('http://mojoimage.com/free-image-hosting-11/12861.png'); padding-top : 50px;
}
nav { width : 450px; margin : auto;
}
menu { list-style-type : none;
}
li { display : inline-block; margin-left : 50px; background: rgb(62,62,62); /* Old browsers */ background: -webkit-linear-gradient(rgba(62,62,62,1) 0%, rgba(44,44,44,1) 100%); background: -moz-linear-gradient(rgba(62,62,62,1) 0%, rgba(44,44,44,1) 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(62,62,62,1)), to(rgba(44,44,44,1))); position : relative; width : 80px; height : 80px; border-radius : 50%; border : 1px solid #222; text-align : center;
}
li:before , li:after { display : block; content : " "; position : absolute; z-index : -1; transition : all 0.5s ease-in;
}
li:before { width : 90px; height: 2px; background-color: #ff0; left : -5px; top : 40px; box-shadow : 0 0 5px 1px #aa0;
}
li:after { width : 2px; height: 90px; background-color: #eee; left : 40px; top : -5px; box-shadow : 0 0 5px 1px #eee;
}
li:hover:after , li:hover:before { transform : rotate(90deg); transition : all 0.5s ease-out;
}
a.fa { display : block; text-decoration : none; font-size : 30px; padding-top : 24px; color : #212121; border-radius : 50%; text-shadow : 0 0 5px #eee;
}
li:hover a { color : #aa0; text-shadow : 0 0 5px #212121; transition : all 0.5s ease-out;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <nav>	<menu>	<li><a href="#" class="fa fa-twitter"></a></li>	<li><a href="#" class="fa fa-facebook"></a></li>	<li><a href="#" class="fa fa-github-alt"></a></li>	</menu>
</nav>
</body>
</html>

Steering menu - Script Codes CSS Codes

body { background-color : #333; background-image: url('http://mojoimage.com/free-image-hosting-11/12861.png'); padding-top : 50px;
}
nav { width : 450px; margin : auto;
}
menu { list-style-type : none;
}
li { display : inline-block; margin-left : 50px; background: rgb(62,62,62); /* Old browsers */ background: -webkit-linear-gradient(rgba(62,62,62,1) 0%, rgba(44,44,44,1) 100%); background: -moz-linear-gradient(rgba(62,62,62,1) 0%, rgba(44,44,44,1) 100%); background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(62,62,62,1)), to(rgba(44,44,44,1))); position : relative; width : 80px; height : 80px; border-radius : 50%; border : 1px solid #222; text-align : center;
}
li:before , li:after { display : block; content : " "; position : absolute; z-index : -1; transition : all 0.5s ease-in;
}
li:before { width : 90px; height: 2px; background-color: #ff0; left : -5px; top : 40px; box-shadow : 0 0 5px 1px #aa0;
}
li:after { width : 2px; height: 90px; background-color: #eee; left : 40px; top : -5px; box-shadow : 0 0 5px 1px #eee;
}
li:hover:after , li:hover:before { transform : rotate(90deg); transition : all 0.5s ease-out;
}
a.fa { display : block; text-decoration : none; font-size : 30px; padding-top : 24px; color : #212121; border-radius : 50%; text-shadow : 0 0 5px #eee;
}
li:hover a { color : #aa0; text-shadow : 0 0 5px #212121; transition : all 0.5s ease-out;
}
Steering menu - Script Codes
Steering menu - Script Codes
Home Page Home
Developer Mojtaba Seyedi
Username seyedi
Uploaded July 27, 2022
Rating 3.5
Size 2,806 Kb
Views 48,576
Do you need developer help for Steering 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!

Mojtaba Seyedi (seyedi) Script Codes
Name
Menu
FUN
Covering Bad
Flock Login
Single element cloud
Bell alert
Hidden navigation
Switching
Button
Circular Menu
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!