PHP初入,div知識點整理(特效&字型等元素的使用整理)

來源:互聯網
上載者:User

標籤:微軟雅黑   oca   inter   pointer   http   poi   weight   translate   nsf   

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<!--<style>
/*.nav{
background-color: red;/*背景顏色*/
background-image: url(../01.jpg); /*加背景圖片*/
border: 2px solid black;
width: 200px;
height: 200px;
background-repeat:repeatrepeat ; /*背景圖平鋪,前面加no-是不平鋪。*/
/*background-position: center;*/ /*背景圖置中,設定背景圖位置時,repeat必須為no-repeatrepeat*/
/*background-size: 100%; /*一張小圖填滿效果*/
/*background-repeat:round ;*/ /*圖片展開*/
/*local為背景圖隨著字型滾動,scroll為不隨字型滾動,固定*/
background-attachment:local;
overflow: scroll;*/
}

</style>-->
<style>
.nav{
width: 500px;
height: 100px;
border: 2px solid black;
background-image: url(js/QQ圖片20170815095932.png);
/*background-position-y:top 0px;*/
background-position-y:top 312px ;

}
.d2{
border: solid 0px ;
text-align: right;
}
.ziti{
width: 100px;
height: 50;
font-family: "微軟雅黑";
font-style: italic; /*傾斜*/
font-weight:bold ; /*加粗*/
text-decoration: overline; /*上劃線*/
line-height: 50px;


}
.btn{
text-align: center; /*字型置中*/
width: 50PX;
height: 50PX;
line-height: 50PX; /*行高要和上面設定的行高一樣*/
}


.btn:hover{ /*事件=hover,我的理解是標籤名+事件{發生事件時具體執行操作的代碼}*/
cursor: pointer; /*滑鼠觸碰變成手*/
background-color: red; /*背景顏色*/
color: blueviolet; /*字型顏色*/
transition: 0.5s; /*漸層時間*/
border-radius:50%; /*圓角*/
/*transform: rotate(45deg); 旋轉*/
transform: rotateX(45deg);
}
a{
/*刪除超連結裡面的超連結*/
text-decoration:none;
}
</style>
</head>
<body>
<!--<div class="nav">
<p>12346789<p/>
<p>12346789<p/>
<p>12346789<p/>
<p>12346789<p/>
<p>12346789<p/>
<p>12346789<p/>
<p>12346789<p/>
<p>12346789<p/>
<p>12346789<p/>
<p>12346789<p/>
</div>-->

<div class="nav">
<div class="d2">請輸入
<input type="text" />
<a href="https://www.baidu.com/baidu?tn=monline_3_dg&ie=utf-8&wd=font%E6%A0%87%E7%AD%BE%E4%BB%80%E4%B9%88"target="_blank"/><input type="submit"/></a>
</div>
</div>
<div class="ziti">文字文字文字</div>
<div class="btn" translate=""><a href="http://www.biqukan.com/26_26670/9485503.html" target="_blank" />按鈕</a></div>
</body>
</html>

PHP初入,div知識點整理(特效&字型等元素的使用整理)

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.