CSS Beispiel Menu

Developer
Size
2,010 Kb
Views
38,456

How do I make an css beispiel menu?

What is a css beispiel menu? How do you make a css beispiel menu? This script and codes were developed by Anna Prenzel on 04 September 2022, Sunday.

CSS Beispiel Menu Previews

CSS Beispiel Menu - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>CSS Beispiel Menu</title> <link rel="stylesheet" href="css/style.css">
</head>
<body> <header> <h1>Werbefirma "GrafikStudio"</h1>
</header>
<nav> <ul> <li><a href="#">Home</a></li> <li><a href="#">Service</a></li> <li><a href="#">Referenzen</a></li> <li><a href="#">Kontakt</a></li> <li><a href="#">Impressum</a></li> </ul>
</nav>
<div style="clear:both"></div>
<h1>Willkommen auf unserer Webseite!</h1>
<a href="http://www.hszg.de">Hochschule ZI/GR</a>
<h4>Unsere Dienstleistungen</h4>
<ul> <li>Flugblätter</li> <li>Schilder</li> <li>Broschüren</li>
</ul>
<h4>Ihre Vorteile</h4>
<ul class="highlight"> <li>Wir sind preiswert!</li> <li>Wir sind die Besten!</li>
</ul>
</body>
</html>

CSS Beispiel Menu - Script Codes CSS Codes

body{ background-color: black; color: white;
}
header h1{ color: blue; font-family: Arial;
}
nav li{ border-left: 1px solid white;
}
nav li:last-Child{ border-right: 1px solid white;
}
/*alle li-tags innerhalb von nav*/
nav li{ float: left; list-style-type: none; background-color: blue; width:100px; line-height:50px; margin-right:1px; text-align:center;
}
/*gilt für jedes a innerhalb von einem li*/
nav li a{ text-decoration: none; color: white; display:block; padding: 0 10px;
}
/*für jedes a innerhalb von einem li, wenn es mit der Maus berührt wird*/
nav li a:hover{ background-color: orange;
}
nav ul{ margin: 0; padding:0;
}
/*alle li-Tags innerhalb der Klasse highlight*/
.highlight li{ color: red;
}
CSS Beispiel Menu - Script Codes
CSS Beispiel Menu - Script Codes
Home Page Home
Developer Anna Prenzel
Username HSZG-Frontend-Kurs
Uploaded September 04, 2022
Rating 3
Size 2,010 Kb
Views 38,456
Do you need developer help for CSS Beispiel 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!

Anna Prenzel (HSZG-Frontend-Kurs) Script Codes
Create amazing sales emails 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!