ccah-assessment/assets/css/styles.css

30 lines
408 B
CSS

body {
font-family: Arial, sans-serif;
background-color: #f8f9fa;
}
.container {
max-width: 800px;
background: white;
padding: 20px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
h3 {
color: #253f8a;
}
.btn-primary {
background-color: #253f8a;
border: none;
}
.btn-primary:hover {
background-color: #1a2d6d;
}
.alert {
display: none;
}