我是编写 HTML 和 CSS 的新手,并且在调整文本位置时遇到问题。
这是我期望看到的:
但这是我实际得到的:
这是我的代码:
#box {
width: 330px;
height: 212px;
margin-top: 1px;
margin-left: 22.5px;
background-color: orange;
}
#box topic {
font-size: var(--text-big);
font-family: myFirstFont;
margin-top: 20px;
margin-top: 20px;
}Run Code Online (Sandbox Code Playgroud)
<section id=box>
<topic>XXX</topic>
</section>Run Code Online (Sandbox Code Playgroud)