gpt4 book ai didi

css - 我的 CSS 没有改变我的 HTML 不知道为什么?

转载 作者:太空宇宙 更新时间:2023-11-04 01:00:36 25 4
gpt4 key购买 nike

我是 CSS 的新手,正在尝试在我的 style.css 中使用一个类我创建并希望在 <div> 中使用...

我的 CSS 类:

.dave {
font-size: 56px;
text-transform: capitalize;
font-family: Arial, sans-serif;
font-weight: bold;
color:red
}

我的 HTML:

<div class="dave">
TEST
</div>

但是我的文本“TEST”没有改变。我试过保存和清除缓存,但没有成功。

有什么想法吗?

最佳答案

您是否在 header 中链接了用户 css 样式文件?示例:

<head>
<title>Ajax Chat</title>
<link rel="stylesheet" href="css/style.css">
</head>

关于css - 我的 CSS 没有改变我的 HTML 不知道为什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53469100/

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