看起来我没有问题,但是我需要让这个更加粗体。
.txt {
font-weight: bolder;
justify-content: left;
text-align: left;
margin-top: 100px;
/* font-family: 'Redwinger Personal Use', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
*/
color: rgb(0, 0, 0);
margin-bottom: 750px;
margin-left: 25px;
}
我尝试了属性font-weight:"bolder",但我希望它更加粗体。有没有其他方法?
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
.txt { font-weight: 900; justify-content: left; text-align: left; margin-top: 100px; color: rgb(0, 0, 0); margin-bottom: 750px; margin-left: 25px; }你可以用font-weight。