websieve/styles.css

24 lines
338 B
CSS
Raw Normal View History

2024-10-21 22:13:27 +00:00
body {
font-family: Arial, sans-serif;
background-color: #f4f4f4;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
}
input {
padding: 10px;
width: 200px;
margin-bottom: 10px;
}
button {
padding: 10px 15px;
cursor: pointer;
}
#resultContainer {
margin-top: 20px;
}