HVAC_flask / static /style.css
Shreyansh Khaitan
upload
47526b2 unverified
raw
history blame contribute delete
397 Bytes
body {
font-family: Arial, sans-serif;
text-align: center;
background-color: #f8f8f8;
}
h1 {
color: #333;
}
form {
margin: 20px;
}
button {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
}
button:hover {
background-color: #45a049;
}
img {
width: 50%;
margin-top: 20px;
border-radius: 5px;
}