用户:糖醋龙酱=w=查看:0 回复:0 评论:0 创建时间:2022-08-18T10:12:38
今天在VSCode做了小小H喵L,但我是哪个区的啊啊啊啊啊!!!连插入代码都不支持发H喵L!!!@无处可发 <!DOCTYPEhtml> <html> <head> <title>网址导航</title> <style> h1{ text-align:center; color:white; } a{ background:orange; width:150px; display:inline-block; margin:10px; padding:50px0; text-decoration:none; } div{ text-align:center; } body{ background:slateblue; background-size:100%100%; } .item1{ background:tomato; } .item2{ background:lightskyblue; } .item3{ background:palegreen; } .item4{ background:orange; } a:hover{ box-shadow:0010px10pxrgb(235,193,234); } </style> </head> <body> <h1>常用网站</h1> <div> <ahref="https://www.喵/"target="_blank"class="item1">百度一下</a> <ahref="https://shequ.codemao.cn/"target="_blank"class="item2">编程猫社区</a> <ahref="http://www.taobao.com/"target="_blank"class="item3">淘宝</a> <ahref="https://www.tmall.com/"target="_blank"class="item4">天猫</a> </div> <div> <ahref="https://www.zhihu.com/"target="_blank"class="item2">知乎</a> <ahref="https://shequ.codemao.cn/my"target="_blank"class="item3">编程猫社区my</a> <ahref="https://y.喵"target="_blank"class="item4">QQ音乐</a> <ahref="https://weibo.com/"target="_blank"class="item1">微博</a> </div> <div> <ahref="https://www.bilibili.com/"target="_blank"class="item3">bilibili</a> <ahref="https://www.youku.com/"target="_blank"class="item4">Youku</a> <ahref="https://www.iqiyi.com/"target="_blank"class="item1">爱奇艺</a> <ahref="https://v.喵"target="_blank"class="item2">腾讯视频</a> </div> </body> </html>