gpt4 book ai didi

html - CSS |没有出现

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

我是第一次使用 CSS。我只是在制作一个测试网站,我只是想测试我的代码,看看它在 | 时是否有效。没有出现在关于我和我的歌之间

Image of what I see

假设有一个 |关于我和我的歌曲之间的某种界限

CSS

nav ul li {
display: inline;
border-right 2px solid #111111;
padding-right: 8px;
padding-left: 8px

HTML

<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<link type="text/css" rel="stylesheet" href="css/stylesheet1.css"/>
</head>
<body>
<nav>
<ul>
<li><a href="about-me.html">About Me</a></li>
<li><a href="songs.html">My Songs</a></li>
</ul>
<h1>I am a YouTuber!</h1>
<p>This is my website check out other things about me above.</p>
</nav>
</body>
</html>

最佳答案

border-right 声明中缺少一个冒号。

应该是border-right: 2px solid #111111;

关于html - CSS |没有出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42037550/

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