-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Defg
<title>Accessori Auto Shop</title>Accessori Auto Shop
<section id="main-content">
<!-- Contenuto principale del sito -->
</section>
<footer>
<p>© 2024 Accessori Auto Shop. Tutti i diritti riservati.</p>
</footer>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #333;
color: #fff;
padding: 20px;
}
header h1 {
margin: 0;
}
nav ul {
list-style-type: none;
padding: 0;
}
nav ul li {
display: inline;
margin-right: 20px;
}
nav ul li a {
color: #fff;
text-decoration: none;
}
#main-content {
padding: 20px;
}
footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px 0;
}
Metadata
Metadata
Assignees
Labels
No labels
