Spaces:
Sleeping
Sleeping
#style.css | |
body { | |
background: linear-gradient(to right, #1f1c2c, #928dab); | |
color: white; | |
font-family: 'Segoe UI', sans-serif; | |
} | |
textarea, input { | |
background-color: #2c2c2e ; | |
color: #ffffff ; | |
border: 1px solid #444; | |
} | |
button { | |
background-color: #4a4e69 ; | |
color: white ; | |
border-radius: 10px; | |
padding: 10px 20px; | |
} | |