Home Lab Controller
Features
List of features and benefits…
Setup Guide
Instructions on how to set it up…
Support
FAQs and contact information…
body {
font-family: Arial, sans-serif;
background-color: white;
color: black;
margin: 0;
padding: 0;
}
header {
background-color: black;
color: white;
padding: 20px;
text-align: center;
}
nav ul {
list-style: none;
padding: 0;
}
nav ul li {
display: inline;
margin: 0 15px;
}
nav a {
color: white;
text-decoration: none;
}
h1, h2 {
margin: 0;
}
main {
padding: 20px;
}
section {
margin-bottom: 40px;
}
footer {
text-align: center;
padding: 10px;
background-color: black;
color: white;
}