ChatsApp/FrontEnd/css/style.css
2024-11-03 21:00:53 +07:00

11 lines
135 B
CSS
Executable File

body {
background: linear-gradient(to right, #74ebd5, #acb6e5);
}
.card {
border-radius: 10px;
}
h2 {
font-weight: 600;
}