#bk { border:1px solid #000} /*边框是1像素,实线,颜色黑色*/
<body><div id="bk"></div><body>
这样就好了!
.footer a{color:#000 text-decoration:none}.footer a:hover{color:#333 text-decoration:underline}
#000为黑色,#333为深灰色,不过推荐鼠标经过时用#900或者#f00这类的。然后可以通过PS查看这个颜色,可以去尝试你喜欢的颜色。
<!DOCTYPE html><html>
<head>
<meta http-equiv="Content-Type" content="text/htmlcharset=utf-8" />
<link type="text/css" rel="stylesheet" href="css/absolute_layout.css"/>
<title>Absolute Test</title>
<style type="text/css">
body{background: #000000opacity: 0.85}
</style>
</head>
<body>
</body>
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)