Frontend/前端_基礎HTML/static/css/style.css
2024-04-23 18:57:58 +08:00

9 lines
137 B
CSS

.container {
width: 80%;
margin: 0 auto;
text-align: center;
font-family: sans-serif;
font-size: 20px;
padding-top: 100px;
}