Menu concept

Developer
Size
3,451 Kb
Views
16,192

How do I make an menu concept?

This is a menu concept I've come with. codded it in 30 minutes after one hour of brainstorm. will be updated weekly with more ideas.. What is a menu concept? How do you make a menu concept? This script and codes were developed by Matheus Silva on 20 October 2022, Thursday.

Menu concept Previews

Menu concept - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>menu concept</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/normalize/5.0.0/normalize.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! */ @import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
body { background-image: url(http://assets.mugfoundation.com/images/textures/classy_fabric/classy_fabric.png); background-repeat: repeat;
}
.menu { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; width: 100%; background-color: #4183D7;
}
.menu .mi { text-decoration: none; padding: 20px 20px 20px 20px; display: block; font-size: 1.3em;
}
.menu .mi + .mi { margin-left: 20px;
}
.color-fade-button { background: #16A085; border-top: 10px solid #ECF0F1; font-family: "Roboto", sans-serif; color: #ECF0F1; display: flex; align-items: center; text-align: center; justify-content: center; text-align: center; cursor: pointer; text-decoration: none; transition: all .5s;
}
.color-fade-button:hover { background: #ECF0F1; color: #16A085; border-top: 6px solid #16A085;
} </style> <script src="https://cdnjs.cloudflare.com/ajax/libs/prefixfree/1.0.7/prefixfree.min.js"></script>
</head>
<body> <div class="menu"> <a href="#" class="mi color-fade-button"><span class="fa fa-home"></span> homepage</a> <a href="#" class="mi color-fade-button"><span class="fa fa-briefcase"></span> portifolio</a> <a href="#" class="mi color-fade-button"><span class="fa fa-info-circle"></span> about</a>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Menu concept - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Roboto);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
body { background-image: url(http://assets.mugfoundation.com/images/textures/classy_fabric/classy_fabric.png); background-repeat: repeat;
}
.menu { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; width: 100%; background-color: #4183D7;
}
.menu .mi { text-decoration: none; padding: 20px 20px 20px 20px; display: block; font-size: 1.3em;
}
.menu .mi + .mi { margin-left: 20px;
}
.color-fade-button { background: #16A085; border-top: 10px solid #ECF0F1; font-family: "Roboto", sans-serif; color: #ECF0F1; display: flex; align-items: center; text-align: center; justify-content: center; text-align: center; cursor: pointer; text-decoration: none; transition: all .5s;
}
.color-fade-button:hover { background: #ECF0F1; color: #16A085; border-top: 6px solid #16A085;
}

Menu concept - Script Codes JS Codes

//no js needed :p
Menu concept - Script Codes
Menu concept - Script Codes
Home Page Home
Developer Matheus Silva
Username matheusxaviersi
Uploaded October 20, 2022
Rating 3
Size 3,451 Kb
Views 16,192
Do you need developer help for Menu concept?

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!

Matheus Silva (matheusxaviersi) Script Codes
Create amazing video scripts 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!