gpt4 book ai didi

html - 使用 css 显示

内联文本
转载 作者:技术小花猫 更新时间:2023-10-29 11:27:40 24 4
gpt4 key购买 nike

我想展示“情感分析”,这样 S 应该比 h5 文本大得多。

以下代码有什么问题:

HTML:

<h1>S</h1> <h5>entiment Analysis</h5>      

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;
}

Live code in CodePan

最佳答案

这是一个困惑的代码。如果你只是想让第一个字母变大,你可以试试下面的方法。

Working Demo

HTML

<div>Sentiment analysis</div> 

CSS

div:first-letter {
font-size:30px;
font-weight:bold;
}

关于html - 使用 css 显示 <h1> <h5> 内联文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20784672/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com