Browse Category
Friend
.button-container {
display: flex;
}
.button {
border: none;
border-radius: 10px;
padding: 10px 20px;
margin: 5px;
background-color: #3498db;
color: white;
font-size: 16px;
cursor: pointer;
}
.emotional {
background-color: #e74c3c;
}
.sweet {
background-color: #2ecc71;
}
.funny {
background-color: #f39c12;
}
23 Articles