Files
flask-practice/static/css/styles.css
2025-01-21 10:29:57 -06:00

23 lines
286 B
CSS

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
}
header {
background-color: #007BFF;
color: white;
padding: 1em 0;
text-align: center;
}
nav a {
color: white;
margin: 0 15px;
text-decoration: none;
}
main {
padding: 20px;
}