gpt4 book ai didi

html - css 不会链接到我的 html

转载 作者:太空宇宙 更新时间:2023-11-03 21:17:20 25 4
gpt4 key购买 nike

这是我的 html:

<!DOCTYPE html>   
<html>
<head>
<title> </title>

<link rel="stylesheet" type="text/css" href="style.css">
<link rel="bootstrap" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
</head>
<body background="bgroundpic.jpg">
<div id="top" style="background-color: #F6F6F6"
<h1> This is a website</h1>
</div>
</body>
</html>

这是我的 CSS:

 html { 
background: bgroundpic.jpg no-repeat center center fixed;
height: 100%;
width: 100%;
}

body {
font-family: 'Noto Sans', sans-serif;
margin: 0 auto;
height: 100%;
width: 100%;
background-color: blue

}

h1 {
text-align: centre;
vertical-align: middle;
line-height: 90px;
color: green;
}

.top{
height: 70%;
position
}

我的 css 名为 style.css,它位于名为 css 的子文件夹中

最佳答案

你自己回答了,说你的 css 文件位于 css 目录中。

所以该文件的路径应该是:

<link rel="stylesheet" type="text/css" href="css/style.css">

关于html - css 不会链接到我的 html,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41001833/

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