效果:

代碼:
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>明金同學個人網頁</title>
<style type="text/css">
/* CSS Document */
* {
margin: 0;
padding: 0;
}
a {
text-decoration: none;
}
.clearfix:after {
content: "";
display: block;
height: 0;
visibility: hidden;
clear: both;
}
.clearfix {
*zoom: 1;
}
body {
background: url(https://gitee.com/vmu/cimg/raw/master/img/bg.jpg) no-repeat;
background-size: cover;
background-attachment: fixed;
}
.content {
width: 900px;
height: 500px;
margin: 200px auto 0 auto;
border-radius: 10px;
background-color: rgba(236, 236, 236, 0.59);
transition: all 1.0s;
/*box-shadow: 0px 0px 20px rgba(0,0,0,0.3);*/
}
.content img {
float: left;
width: 200px;
height: 200px;
margin: 150px 0 0 80px;
border-radius: 100px;
}
.content:hover {
box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.52);
}
.content_r {
float: right;
width: 500px;
margin: 80px 60px 0 0;
/* background-color: pink;*/
}
.content_l {
float: left;
width: 100%;
text-align: center;
}
.content_l h5 {
font-size: 17px;
}
.cc {
margin-top: 10px;
color: #1F2023;
font-size: 18px;
}
.color_1 {
color: #4855EC;
font-size: 18px;
}
.deeppink {
color: deeppink;
}
.link {
margin-top: 30px;
}
.link a {
display: block;
float: left;
width: 120px;
height: 45px;
margin: 5px 5px 0 0;
/* padding: 0 15px;*/
color: #fff;
line-height: 45px;
transition: all 0.8s;
/* background-color: deeppink;*/
}
.link a:hover {
background-color: rgba(0, 201, 243, 0.35);
}
.deeppink_1 {
background-color: deeppink;
}
.dodgerblue {
background-color: dodgerblue;
}
.magenta {
background-color: magenta;
}
.orange {
background-color: orange;
}
</style>
</head>
<body>
<div class="content">
<img src="https://gitee.com/vmu/cimg/raw/master/img/ch.jpg" alt="">
<div class="content_r clearfix">
<div class="content_l clearfix">
<h2>Hi~ 我是明金同學, Welcome here !</h2>
<p class="cc">歡迎來到我的主頁,一位熱愛編程的小渣渣~</p>
<p class="cc">愛好計算機,會去自學一些感興趣的東西 !</p>
<br>
<p class="color_1">I am an ambitious salted fish!</p>
<p class="color_1">我是一位有野心的咸魚!</p>
<br>
<p class="deeppink">只要路是對的,就不怕路遠,</p>
<p class="deeppink">As long as the road is right, you are not afraid of the distance.</p>
<div class="link">
<a href="#" class="dodgerblue" target="_blank">官網</a>
<a href="https://ymjin.blog.csdn.net/" class="deeppink_1" target="_blank">QQ群</a>
<a href="https://ymjin.blog.csdn.net/" class="magenta" target="_blank">個人博客</a>
<a href="https://ymjin.blog.csdn.net/" class="orange" target="_blank">網易云音樂</a>
</div>
</div>
</div>
</div>
</body>
</html>
素材:


轉載請註明出處,本文鏈接:https://www.uj5u.com/qianduan/397389.html
標籤:其他
上一篇:初識javaScript(一)
