Frontend/前端_基礎HTML/static/css/style.css

9 lines
137 B
CSS
Raw Normal View History

2024-04-23 18:57:58 +08:00
.container {
width: 80%;
margin: 0 auto;
text-align: center;
font-family: sans-serif;
font-size: 20px;
padding-top: 100px;
}