flask-demo / static /style.css
heboya8's picture
Create static/style.css
fc85e20 verified
raw
history blame
145 Bytes
body {
font-family: Arial, sans-serif;
text-align: center;
margin-top: 50px;
background-color: #f0f0f0;
}
h1 {
color: #333;
}