You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
.container {
|
|
padding: 20px;
|
|
background-color: #f4f3f3;
|
|
}
|
|
|
|
.activity-item {
|
|
background-color: white;
|
|
padding: 15px;
|
|
border-radius: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.activity-name {
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.activity-participants {
|
|
font-size: 14px;
|
|
color: #666;
|
|
} |