CobolBanking / static /style.css
puffy310's picture
Create static/style.css
7362053 verified
raw
history blame contribute delete
238 Bytes
body {
font-family: Arial, sans-serif;
}
.transaction-log {
background-color: #f9f9f9;
border: 1px solid #ccc;
padding: 10px;
margin-top: 20px;
white-space: pre-wrap;
font-family: monospace;
color: #333;
}