当前位置:首页 > 前端区域 > 正文内容

资源网站的下载区域

寒隙4年前 (2021-03-19)前端区域754

资源网站下载界面,可以放置于文章内容最后方提供资源下载。

来源:2019年壹号测试区红警游戏网站没有下载栏目,简单写的。

<body>
<strong>下载地址:</strong>
<div style="height: 5px;"></div>
<a href="" style="display: block;width: 250px;height: 50px;background: #47B751;color: white;font-size: 16px;border-radius: 10px;line-height: 50px;padding-left: 20px;box-sizing: border-box;" rel="nofollow" target="_blank">城通网盘下载(站长推荐)</a>
<div style="height: 5px;"></div>
<a href="" style="display: block;width: 250px;height: 50px;background: #F5C000;color: white;font-size: 16px;border-radius: 10px;line-height: 50px;padding-left: 20px;box-sizing: border-box;" rel="nofollow" target="_blank">天翼云盘下载(免费不限速)</a>
<div style="height: 5px;"></div>
<a href="" style="display: block;width: 250px;height: 50px;background: #2B99FF;color: white;font-size: 16px;border-radius: 10px;line-height: 50px;padding-left: 20px;box-sizing: border-box;" rel="nofollow" target="_blank">百度网盘下载(超会不限速)</a>
<p>百度网盘提取码:</p>
</body>

【以下为演示效果】:

下载地址:

城通网盘下载(站长推荐)

天翼云盘下载(免费不限速)

百度网盘下载(超会不限速)

百度网盘提取码:

扫描二维码推送至手机访问。

版权声明:本文由寒日朝阳-精神小窝发布,如需转载请注明出处。

本文链接:http://www.gofortime.com/post/7.html

分享给朋友:
返回列表

没有更早的文章了...

下一篇:胶囊式的CSS移动效果

相关文章

JS中的Date对象,网站运行计时器的制作

JS中的Date对象,网站运行计时器的制作

Date,在JS中用于处理日期和时间。通过它可以做出计时器、倒计时以及各种与时间有关的触发行为。参考内容:渡一JavaScript体验课程;W3School-JavaScript Date 对象;经常使用的命令有:Dat...