我想显示"情绪分析",这样S应该比h5文本大得多.
以下代码有什么问题:
HTML:
<h1>S</h1> <h5>entiment Analysis</h5>
Run Code Online (Sandbox Code Playgroud)
CSS:
h1 {
margin-left: 36%;
color:#C0C0C0;
font-family: "calibri";
text-decoration:underline;
white-space: pre;
}
h5 {
margin-left: 36%;
color:#C0C0C0;
font-family: "calibri";
text-decoration:underline;
white-space: pre;
}
Run Code Online (Sandbox Code Playgroud)