源代码:
下面展示一些 内联代码片
。
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>五彩导航</title>
<style>
a{
display: inline-block;
color: rgb(252, 248, 248);
width: 118px;
height: 56px;
text-align:center;
font-size: 20px;
text-decoration: none;
line-height: 48px;
}
.demo1{
background-image: url(./image/bg1.png);
}
.demo1:hover{
background-image: url(./image/bg5.png);
}
.demo2{
background-image: url(./image/bg2.png);
}
.demo2:hover{
background-imag