ezweb/css/index.css
2024-08-19 07:39:13 -04:00

59 lines
847 B
CSS

.container {
font-family: Arial, sans-serif;
max-width: 800px;
margin: 0 auto;
padding: 20px;
line-height: 1.6;
color: #333;
}
h1 {
color: #0073e6;
font-size: 2.5em;
text-align: center;
}
h2 {
color: #005bb5;
font-size: 2em;
margin-top: 20px;
}
h3 {
color: #003d80;
font-size: 1.5em;
margin-bottom: 10px;
}
.intro {
font-size: 1.2em;
text-align: center;
margin-bottom: 30px;
}
.section {
background-color: #f9f9f9;
padding: 15px;
border-radius: 5px;
margin-bottom: 20px;
}
.usage, .details, .run-server {
margin-bottom: 30px;
}
footer.examples {
text-align: center;
margin-top: 40px;
}
footer.examples a {
color: #0073e6;
text-decoration: none;
font-weight: bold;
}
footer.examples a:hover {
text-decoration: underline;
}