由于某种原因,我试图通过链接将aboutus.html与aboutus.css连接起来,但无法连接。有什么我搞砸的吗?请帮我弄清楚。
// HTML
<link rel="stylesheet" href="text/css" href="main.css">
// CSS
body {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
#aboutus h2 {
margin-bottom: 25px;
}
.img-wrap {
width: 100%;
}
.img-wrap img {
width: 100%;
padding: 10px;
border-radius: 50%;
box-shadow: 0 0 10px #999999;
}
您能告诉我目录结构吗?也许有问题...