个人发布页HTML源码

温馨提示:本文最后更新于2025-02-28 21:49:14,某些文章具有时效性,若有错误或已失效,请在下方留言或联系站长

优化过的个人发布页 HTML 源码

界面设计简约,以蓝色为主色调,响应快

图片[1]-个人发布页HTML源码-胖大海博客资源网

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>个人发布页</title>
<meta name="renderer" content="webkit" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<link rel="shortcut icon" href="favicon.ico">
<meta name="keywords" content="引导页,个人引导页,个人主页">
<meta name="description" content="个人引导页,个人引导页,个人主页">
<style>
*{margin:0;padding:0;font-family: "微软雅黑";box-sizing: border-box;}
			body{min-height:100vh;padding:140px 0;background:linear-gradient(to right, #bb313e25, #bb313e25, #d7222925, #dd4a1625, #e4761525, #f5c50025, #f0e92725, #b1ce2425, #48a93525, #03944525, #157c4f25, #176a5825, #1b556325, #1d386f25, #1d386f25, #20277825, #52266325, #8a244b25);}
			.main{max-width:1300px;max-width: 350px;margin:0 auto;display: flex;justify-content: center;align-items: center;}
			.item{flex:1;width:0;height:480px;border-radius:15px;position:relative;padding:5px 30px;}
			.item img{height:100px;width:100px;padding:10px;border:0px solid rgba(255,255,255,0.5);border-radius:15px;display:block;margin:0 auto;}
			.item h3{color:#FFF;text-align: center;font-size:24px;line-height:45px;margin-top:0px;}
			.item p{color:#FFF;line-height:25px;font-size:12px;margin-top:10px;}
			
			.item .btns{display:flex;flex-direction: row;align-items: center;justify-content: center;margin-top:20px;}
			.item .btns1{display:flex;flex-direction: row;align-items: center;justify-content: center;margin-top:20px;}
			.item a{text-decoration:none;display:block;width:250px;line-height:38px;text-align:center;border-radius:100px;background:#FFF;font-size:15px;font-weight:bold;cursor: pointer;}
			.item a:hover{opacity: 0.8;}
@media screen and (max-width: 730px) {
			    body{
			        padding:20px;
			    }
                .main {
                    display:block;
                }
                .item{
                    width:100%;
                    margin:0!important;
                    margin-bottom:15px!important;
                    transform: scale(1)!important;
                }
            }
.text-center {
  text-align: center;
  text-decoration: none;
}
.gonggao {
    max-width: 350px;
	margin: 0 auto;
    background-color: #ffffff;
    border-radius: 20px;
    padding: 10px;
	margin-bottom: 20px;
}
.JabiTg {
    width: 100%;
    display: block;
    height: auto;
    border-radius: 10px;
    cursor: pointer;
}
@keyframes shake_button {
    0% {
        transform: translateX(3px) rotate(1deg)
    }

    2.5% {
        transform: translateX(-3px) rotate(-1deg)
    }

    5% {
        transform: translateX(3px) rotate(1deg)
    }

    7.5% {
        transform: translateX(-3px) rotate(-1deg)
    }

    10% {
        transform: translateX(2px) rotate(1deg)
    }

    12.5% {
        transform: translateX(-2px) rotate(-1deg)
    }

    15% {
        transform: translateX(2px) rotate(1deg)
    }

    17.5% {
        transform: translateX(-2px) rotate(-1deg)
    }

    20% {
        transform: translateX(1px) rotate(1deg)
    }

    22.5% {
        transform: translateX(-1px) rotate(-1deg)
    }

    25% {
        transform: translateX(0) rotate(0deg)
    }
}
</style>
</head>
<body>

<div class="main">
<div class="item" style="background:linear-gradient(to right, rgb(64, 153, 255), rgb(56, 114, 255));z-index:3;transform:scale(1);">
<img src="http://api.suxun.site/api/qq?qq=941093035" />
<h3>个人发布页</h3>
<h3><p style="color: #FFF;">胖大海发布页</p></h3>
<div class="btns1">
<a style="color:#3875ff; animation: shake_button 3s linear 0s infinite normal none running;" href="https://pdha.top/" target="_self">胖大海博客</a>
<br><br></div>
<div class="btns">
<a style="color:#3875ff;margin-left:0px;" href="https://api.suyanw.cn" target="_self">胖大海API</a></div>
<div class="btns">
<a style="color:#3875ff;margin-left:0px;" href="https://pdha.top" target="_self">https://pdha.top</a></div>
</div>
</body>
</html>
------本页内容已结束,喜欢请分享------

感谢您的来访,获取更多精彩文章请收藏本站。

------关注微信公众号:胖大海TuT------
© 版权声明
THE END
喜欢就支持一下吧
点赞552 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容