Files
Django-Inventory-App/static_project/static_app/static/styles/styles.css
2025-05-29 15:27:37 -04:00

11 lines
171 B
CSS

body{
font-family: Arial, Helvetica, sans-serif;
background-color: #f4f4f4;
color: #333;
text-align: center;
padding: 20px;
}
img{
width: 300px;
}