Ytd / style.css
avirt's picture
Update style.css
1c4a59d
raw
history blame contribute delete
337 Bytes
.container {
text-align: center;
padding-top: 50px;
}
input[type="text"] {
width: 400px;
padding: 10px;
border: 1px solid #ccc;
}
button {
padding: 10px 20px;
margin-top: 10px;
border-radius: 5px;
background-color: #4CAF50;
color: white;
font-weight: bold;
}
select {
padding: 10px;
border: 1px solid #ccc;
}