Shashank1406's picture
Upload 8 files
fd4d33c verified
raw
history blame contribute delete
No virus
763 Bytes
/* style.css */
body {
background-color: #f0f2f6;
font-family: 'Arial', sans-serif;
}
.stButton>button {
width: 100%;
border-radius: 20px;
border: 1px solid #4CAF50;
background-color: #4CAF50;
color: white;
font-weight: bold;
padding: 10px 15px;
transition: all 0.3s ease;
}
.stButton>button:hover {
background-color: white;
color: #4CAF50;
}
.stTextInput>div>div>input {
border-radius: 20px;
}
.stTextArea>div>div>textarea {
border-radius: 10px;
}
.css-1d391kg {
padding-top: 3rem;
}
.stTitle {
font-size: 3rem;
color: #1E88E5;
text-align: center;
margin-bottom: 2rem;
}
.stSubheader {
font-size: 1.5rem;
color: #424242;
text-align: center;
margin-bottom: 2rem;
}