前言
在当今的互联网时代,个人工作室的引导页扮演着至关重要的角色。它不仅是个人品牌的展示窗口,更是吸引用户注意力的关键。本文将为大家介绍一款以“带土个人主页源码,帮助你轻松打造一个独特而吸引人的页面。
部分源码
body {
margin: 0;
font-family: Arial, sans-serif;
color: #fff;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
min-height: 100vh;
text-align: center;
background: url('tp.jpg') no-repeat center center fixed;
background-size: cover;
overflow: hidden;
}
.container {
padding: 20px;
width: 80%;
max-width: 600px;
border-radius: 30px;
background: rgba(0, 0, 0, 0);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
margin: 20px;
}
.profile-pic {
width: 150px;
height: 150px;
border-radius: 50%;
object-fit: cover;
border: 2px solid #fff;
margin-top: 20px;
}
.name {
font-size: 2.5em;
font-weight: bold;
margin: 20px 0 10px;
}
.subtitle {
font-size: 1.2em;
font-weight: 300;
margin: 10px 0;
}
.welcome-message {
font-size: 1em;
font-weight: 300;
margin: 10px 0 20px;
}
.navigation {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: 20px 0;
}
.navigation button {
font-size: 1em;
padding: 10px 20px;
margin: 5px;
border: 2px solid #fff;
border-radius: 30px;
background-color: transparent;
color: white;
cursor: pointer;
transition: background-color 0.3s, color 0.3s;
flex: 1 1 calc(50% - 10px);
max-width: calc(50% - 10px);
}
.navigation button:hover {
background-color: white;
color: black;
}
footer {
margin-top: 20px;
font-size: 0.8em;
}
@media (max-width: 600px) {
.name {
font-size: 2em;
}
.subtitle, .welcome-message {
font-size: 1em;
}
领取源码
获取完整的孤客二次元风格引导页源码,可以通过微信公众号祖龙科技工作室关注后回复 07 领取源码
下期更新
精品网站源码
– 📢本人公众号:祖龙科技工作室
– 📢博客主页:[孤客网络科技工作室官方账号](https://blog.csdn.net/m0_70474954?spm=1000.2115.3001.5343)
– 📢欢迎点赞👍收藏⭐️留言 📝如有错误敬请指正!
– 📢本文由孤客原创,若侵权联系作者,首发于CSDN博客
– 📢停下休息的时候不要忘了别人还在奔跑,希望大家抓紧时间学习,全力奔赴更好的生活💻
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END





暂无评论内容