Joey0424 / static /style.css
Joey889's picture
Create static/style.css
a66af27 verified
raw
history blame contribute delete
495 Bytes
body {
font-family: "Microsoft JhengHei", sans-serif;
background-color: #fff5e6;
text-align: center;
padding: 40px;
}
h1 {
color: #ff6600;
font-size: 36px;
}
button {
margin: 10px;
padding: 10px 20px;
font-size: 18px;
border: none;
background-color: #ffd966;
border-radius: 8px;
cursor: pointer;
}
button:hover {
background-color: #ff9900;
}
.story {
margin-top: 30px;
font-size: 20px;
color: #333;
min-height: 80px;
}