11 lines
135 B
CSS
Executable File
11 lines
135 B
CSS
Executable File
body {
|
|
background: linear-gradient(to right, #74ebd5, #acb6e5);
|
|
}
|
|
|
|
.card {
|
|
border-radius: 10px;
|
|
}
|
|
|
|
h2 {
|
|
font-weight: 600;
|
|
} |