sf-849 / style.css
jordonpeter01's picture
Add 3 files
e874d61
raw
history blame contribute delete
771 Bytes
body {
font-family: Arial, sans-serif;
text-align: center;
}
h1 {
margin-top: 50px;
}
.prose {
margin: 50px;
max-width: 600px;
padding: 50px;
border: 1px solid #ccc;
border-radius: 10px;
background-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.field {
width: 100%;
height: 150px;
padding: 10px;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
}
.buttons {
margin-top: 20px;
}
.buttons button {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
}
.buttons button:hover {
background-color: #3e8e41;
}
.image-container {
margin-top: 50px;
}
.output {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
box-sizing: border-box;
}