ycj ycj
Welcome to xiugou.欢迎来到修狗~

有很多人说:"我会建站但我没有源码怎么办啊ycj。"遇到这种人完全就是 伸手党开个玩笑,接下来进入正题,我分享一些好看的介绍源码

<html>
<head>
<style>
body {
  height: 100vh;
  background: linear-gradient(to right, #00b3ff, #ffc3a0);
}

.card {
  width: 50%;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
}

.card p {
  color: white;
}
</style>
</head>
<body>

<div class="card">
  <p>
    姓名:xxx
    年龄:xxx
    爱好:xxx
  </p>
</div>

</body>
</html>

效果:
no pic now

查看目录
xiugou云提供技术支持(223868.xyz)

目录

来自 《网站制作教程-免费版(3)》
评论区