Spaces:
Sleeping
Sleeping
File size: 325 Bytes
5d4f61b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
.introduction-container {
padding: 20px;
background-color: #f0f8ff;
border-radius: 8px;
margin: 20px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.introduction-container h1 {
color: #333;
font-size: 2em;
}
.introduction-container p {
color: #555;
font-size: 1.1em;
line-height: 1.6;
}
|