gpt4 book ai didi

html - 文本未出现

转载 作者:行者123 更新时间:2023-11-28 11:44:39 25 4
gpt4 key购买 nike

出于某种原因,文本片段“testing”不会在网络浏览器中呈现,唯一可见的是背景图像。我该如何解决这个问题?

<!DOCTYPE html>
<html lang="en">
<head>
<style type="text/css">
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.boundary {
display:block;
width:260px;
float:left;
color:#FFFFFF;
}
.margin-right {
margin-right:10px;
}
<style>
</head>
<body>
<div class="boundary margin-right">
testing.
</div>
</body>
</html>

最佳答案

你还没有关闭你的</style>适本地

<style>
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.......
.......
</style>

关于html - 文本未出现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20550439/

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