【HTML】制作新闻菜单

来源:互联网 发布:℃-ute 知乎 编辑:程序博客网 时间:2024/05/29 08:29
<!doctype html><html><head><meta charset="utf-8"><title>导航菜单</title><style>*{padding: 0px;margin: 0px;}body{font-family: "宋体";font-size: 12px;}.big{width: 400px;border: #33CCCC 1px solid}h2{background-color: olive;display: block;width: 400px;height: 18px;line-height: 18px;font-size: 14px;}.up{/*修饰子菜单*/padding-bottom: 5px;text-align: center;}p{line-height: 20px;}a{/*修饰超级链接*/font-weight: 800;text-decoration: none;margin-top: 5px;display: block;}a:hover{color: #FF0000;text-decoration: underline}</style></head><body><div class="big"><h2>时事热点</h2><div class="up"><a href="#">七月周周爬房团报名</a></div><div class="down"><p>. 50万买下两居会员优惠   全世界大学排名  留学美国</p><p>. 家电 | 买房上焦点打电话送礼</p><p>. 财经 | 油价大跌  CPI新高</p></div></div></body></html>

0 0
原创粉丝点击