10 lines
124 B
CSS
10 lines
124 B
CSS
/* style.css */
|
|
form {
|
|
margin: 20px 0;
|
|
}
|
|
button {
|
|
padding: 10px;
|
|
background-color: #007bff;
|
|
color: white;
|
|
}
|