cl社区caoliu最新地址1024xp核工厂

大致就是鼠标指向
cl地址一 地址二 →→ https://www.2022cma.com
对应的语言图标时,该图标翻转放大变色,点击后会跳到相应词条的百度百科,相当于是一个导航栏。

有一个点击音乐播放器跳到我写的另一个音乐播放器网页的链接还没写好。

代码先贴在这,等写好了之后再来修改。

[css] view plain copy
<!doctype html>

<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="Generator" content="EditPlus®">
<meta name="Author" content="">
<meta name="Keywords" content="">
<meta name="Description" content="">
<title>导航栏</title>
<style>
body,ul{
margin:0;
background:url("images/2.jpg");
height:900x;
}

.warp{
width:970px;
height:550px;
margin:40px auto;
}
.warp h1{
text-align:center;
font-family : 微软雅黑,宋体;
font-size : 40px;
line-height:10px;
color : #a68de7;
}

.warp .music{
height:40px;
width:40px;
margin-left:100px;
background:url("images\16.gif");
}
ul{
padding:0;
}

.warp li{
position:relative;
float:left;
list-style:none;
width:180px;
height:105px;
margin:30px 5px;
background-color:rgba(0,0,30,0.4);
transition:1s;
}

.warp li a{
list-style:none;
text-decoration:none;
display:inline-block;
width:100%;
padding:24px 30px;
height:100%;

猜你喜欢

转载自blog.51cto.com/13770316/2121061