flask-demo / static /style.css
heboya8's picture
Update static/style.css
eb3c06a verified
raw
history blame
195 Bytes
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 20px;
background-color: #f0f0f0;
}
h1 {
color: #333;
}
img {
margin: 10px;
border: 1px solid #ccc;
}