Basic Menu CSS

Developer
Size
2,787 Kb
Views
48,576

How do I make an basic menu css?

What is a basic menu css? How do you make a basic menu css? This script and codes were developed by Mark Thomes on 04 July 2022, Monday.

Basic Menu CSS Previews

Basic Menu CSS - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Basic Menu CSS</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class="menu"> <h1>Main Menu</h1> <div class="corner topleft"></div> <div class="corner topright"></div> <div class="corner bottomleft"></div> <div class="corner bottomright"></div> <ul> <li> <em>Sweet and Sour Pork</em> <span>$8.50</span> </li> <li> <em>Beef Fried Rice</em> <span>$9.50</span> </li> <li> <em>Szechuan Spiced Pepper Chicken</em> <span>$12.50</span> </li> <li> <em>Sate Chicken Asparagus</em> <span>$13.50</span> </li> <li> <em>General Tso’s Chicken</em> <span>$12.50</span> </li> <li> <em>Lemon Grass Chicken</em> <span>$13.50</span> </li> <li> <em>Sate Summer Beef</em> <span>$9.50</span> </li> <li> <em>Mongolian Beef</em> <span>$11.50</span> </li> <li> <em>Hunan Triple Crown</em> <span>$13.50</span> </li> </ul>
</div>
</body>
</html>

Basic Menu CSS - Script Codes CSS Codes

body { background: #333 url(http://subtlepatterns.com/patterns/escheresque_ste.png); font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu { background: #fff url(http://subtlepatterns.com/patterns/lightpaperfibers.png); width: 600px; padding: 40px; margin: 2em auto 0; box-shadow: 0 0 20px rgba(0, 0, 0, 0.75); position: relative;
}
.menu:after { content: ""; display: table; clear: both;
}
.menu ul { list-style-type: none; padding: 0; position: relative;
}
.menu li { width: 100%; float: left; position: relative; border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}
.menu li span { position: relative; float: right; top: .2em; padding: 1px 0 1px 5px; background: #fff url(http://subtlepatterns.com/patterns/lightpaperfibers.png);
}
.menu li em { position: relative; float: left; font-style: normal; top: .2em; padding: 0 5px 0 0; background: #fff url(http://subtlepatterns.com/patterns/lightpaperfibers.png);
}
h1 { margin-top: 0;
}
.corner { position: absolute; width: 0px; height: 0px; border-style: solid;
}
.corner.topleft { left: -3px; top: -3px; border-width: 40px 40px 0 0; border-color: #666 transparent transparent transparent;
}
.corner.topright { right: -3px; top: -3px; border-width: 0 40px 40px 0; border-color: transparent #666666 transparent transparent;
}
.corner.bottomleft { left: -3px; bottom: -3px; border-width: 40px 0 0 40px; border-color: transparent transparent transparent #666666;
}
.corner.bottomright { bottom: -3px; right: -3px; border-width: 0 0 40px 40px; border-color: transparent transparent #666 transparent;
}
Basic Menu CSS - Script Codes
Basic Menu CSS - Script Codes
Home Page Home
Developer Mark Thomes
Username WithAnEs
Uploaded July 04, 2022
Rating 3
Size 2,787 Kb
Views 48,576
Do you need developer help for Basic Menu CSS?

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!

Mark Thomes (WithAnEs) 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!