cl社區caoliu最新地址1024xp核工廠
阿新 • • 發佈:2018-05-28
網站大致就是鼠標指向
cl地址一 地址二 →→ https://www.2022cma.com
對應的語言圖標時,該圖標翻轉放大變色,點擊後會跳到相應詞條的百度百科,相當於是一個導航欄。 <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;
}
position:relative;
float:left;
list-style:none;
width:180px;
height:105px;
margin:30px 5px;
background-color:rgba(0,0,30,0.4);
transition:1s;
}
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="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{
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%;
cl社區caoliu最新地址1024xp核工廠