flask-demo / static /style.css
heboya8's picture
Update static/style.css
e570e25 verified
raw
history blame
299 Bytes
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 20px;
background-color: #f0f0f0;
}
h1 {
color: #333;
}
.image-container {
display: flex;
justify-content: center;
gap: 20px;
}
img {
max-width: 45%;
border: 1px solid #ccc;
margin: 10px;
}