Spaces:
Running
Running
File size: 210 Bytes
fbf23d7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
body {
font-family: "Arial", sans-serif;
background-color: #f5f5f5;
color: #333;
}
.block {
background-color: white;
padding: 0px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
|