div宽度100高度50背景黑色文字蓝色链接红色
<style>
div {
width: 100%;
height: 50px;
background-color: black;
color: blue;
}
a {
color: red;
}
</style>
<div>
This is a div with black background and blue text. <a href="#">This is a link</a> with red color.
</div>
原文地址: https://www.cveoy.top/t/topic/bdqz 著作权归作者所有。请勿转载和采集!