<html>
<head>
<title>校园科技节</title>
<style>
body{
background: linear-gradient(180deg, rgba(122,208,237,1) 0%, rgba(235,241,255,1) 53%);
}
h2{
font-family:黑体;
font-size:50px;
color:#DB7093;
}
h1{
font-family:黑体;
font-size:40px;
color:#DB7093;
}
p{
color:#000000;
font-family:隶书;
font-size:24px;
text-indent:2em;
text-width:400px;
margin-right:50px;
margin-left:50px;
}
.button {
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
font-family: Arial;
color: white;
font-size: 20px;
padding: 10px 20px 10px 20px;
border: solid #1f628d 2px;
text-decoration: none;
}
.button:hover {
background: #9ed1f3;
background-image: -webkit-linear-gradient(top, #9ed1f3, #85c9f7);
background-image: -moz-linear-gradient(top, #9ed1f3, #85c9f7);
background-image: -ms-linear-gradient(top, #9ed1f3, #85c9f7);
background-image: -o-linear-gradient(top, #9ed1f3, #85c9f7);
background-image: linear-gradient(to bottom, #9ed1f3, #85c9f7);
text-decoration: none;
}
</style>
</head>
<body >
<center>
<h2>科技节体验项目——</h2><h1> 3D打印</h1>
</center>
<p></p><p></p>
<p>3D打印,即三维打印,是一种以数字模型文件为基础,运用金属或塑料等粉末材料以及黏合剂,通过逐层打印的方式来构造物体的技术。当三维打印机为小型化的设备时,此技术称为桌面三维打印。</p>
<center>
<img src="images/3D.jpg" width="348" >
<p></p>
</center>
<p></p>
<center>
<button class="button"> <<< 主页 >>> </button>
</center>
</body>
</html>