出于某种原因,我试图通过链接将我的 aboutus.html 与 main.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;
}