石猛过 - 个人主页 | 遵简
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>石猛过 - 个人主页 | 遵简</title>
<style>
body {
background-color: #fdeff3;
font-family: "Microsoft YaHei", Arial, sans-serif;
color: #333;
margin: 0;
padding: 0;
}
<p>h1 {
text-align: center;
margin-top: 50px;
font-size: 48px;
color: #ff69b4;
}</p>
<p>h2 {
text-align: center;
font-size: 36px;
margin-top: 20px;
}</p>
<p>a {
display: block;
text-align: center;
font-size: 24px;
margin: 20px auto;
width: 300px;
padding: 10px;
color: #fff;
background-color: #4c99d1;
border-radius: 5px;
text-decoration: none;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}</p>
<p>a:hover {
background-color: #005aa7;
}</p>
<pre><code> .container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-top: 50px;
}
.item {
flex-basis: 300px;
margin: 20px;
padding: 20px;
background-color: #ffd700;
border-radius: 10px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
text-align: center;
}
.item h3 {
margin-top: 0;
font-size: 24px;
color: #4c99d1;
}
</style>
</head>
<body>
<h1>个人主页</h1>
<h2>遵简(石猛过)</h2>
<div class="container">
<div class="item">
<h3>博客</h3>
<a href="https://zmd6.top/">https://zmd6.top/</a>
</div>
<div class="item">
<h3>资源站</h3>
<a href="https://zunjian.top/">https://zunjian.top/</a>
</div>
<div class="item">
<h3>史莱姆论坛</h3>
<a href="https://mcslm.com/">https://mcslm.com/</a>
</div>
<div class="item">
<h3>GitHub</h3>
<a href="https://github.com/zunjianclub">https://github.com/zunjianclub</a>
</div>
<div class="item">
<h3>CSDN</h3>
<a href="https://blog.csdn.net/weixin_66381188?spm=1010.2135.3001.5343">https://blog.csdn.net/weixin_66381188</a>
</div>
<div class="item">
<h3>QQ(2226787541)</h3>
<a href="https://qm.qq.com/q/5hjeNWFHMI">https://qm.qq.com/q/5hjeNWFHMI</a>
</div>
<div class="item">
<h3>QQ群(767733534)</h3>
<a href="http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=lSTPsM98LQiqU4cl8TxcdN80tfCABqGg&authKey=rucAKyAbz4v9woThcvqdWJh3U23+wzDPsiCIXUSD6ijE3aM/LRDWh3QmgetPgeyN&noverify=0&group_code=767733534">http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=lSTPsM98LQiqU4cl8TxcdN80tfCABqGg</a>
</div>
<div class="item">
<h3>gitee</h3>
<a href="https://gitee.com/mcjianjinyan">https://gitee.com/mcjianjinyan</a>
</div>
<div class="item">
<h3>邮箱</h3>
<a href="https://email.163.com">https://email.163.com</a>
</div>
<div class="item">
<h3>下载软件(1.0)</h3>
<a href="1.0.apk">下载软件(1.0)</a>
</div>
</div>
</body>
</code></pre>
</html>
原文地址: https://www.cveoy.top/t/topic/qbym 著作权归作者所有。请勿转载和采集!