Main Page/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
.text-container { | .text-container { | ||
position: relative; | position: relative; | ||
width: | width: 100%; /* 可以根据需要调整 */ | ||
height: | height: auto; /* 可以根据需要调整 */ | ||
margin: 0 auto; /* 居中对齐 */ | margin: 0 auto; /* 居中对齐 */ | ||
overflow: hidden; | overflow: hidden; |