rewards_app / static /styles.css
Yaswanth56's picture
Rename flask-salesforce-app/static/styles.css to static/styles.css
53102e5 verified
raw
history blame contribute delete
485 Bytes
body {
font-family: Arial, sans-serif;
background-color: #f0f8ff;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
.form-container {
background: white;
border-radius: 10px;
padding: 20px;
width: 400px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: center;
}
h1 {
font-size: 24px;
margin-bottom: 20px;
}
table {
margin: 20px auto;
width: 80%;
text-align: left;
}