DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> 網頁特效代碼 >> CSS3實現照片牆特效
CSS3實現照片牆特效
編輯:網頁特效代碼     
效果體驗:http://hovertree.com/texiao/css3/12/

代碼:<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>CSS3實現照片牆 - 何問起</title><base target="_blank" />
<link href="http://hovertree.com/texiao/css3/12/css/style.css" type="text/css" rel="stylesheet" />
</head>
<body>
<div style="text-align:center;"><h2>CSS3實現照片牆</h2>何問起 <a href="http://hovertree.com/h/bjaf/0yebjsng.htm">代碼</a></div>
<div class="container">
<a href="http://hovertree.com"><img src="http://hovertree.com/texiao/css3/12/img/mm1.jpg" class="pic1" /></a>
<a href="http://hovertree.com">
<img src="http://hovertree.com/texiao/css3/12/img/mm2.jpg" class="pic2" />
</a>
<a href="http://hovertree.com/menu/webfront/">
<img src="http://hovertree.com/texiao/css3/12/img/mm3.jpg" class="pic3" />
</a>
<a href="http://hovertree.com/texiao/">
<img src="http://hovertree.com/texiao/css3/12/img/mm4.jpg" class="pic4" />
</a>
<a href="http://hovertree.com/texiao/game/">
<img src="http://hovertree.com/texiao/css3/12/img/mm5.jpg" class="pic5" />
</a>
<a href="http://hovertree.com/h/bjaf/4b0prpjw.htm">
<img src="http://hovertree.com/texiao/css3/12/img/mm6.jpg" class="pic6" />
</a>
<a href="http://hovertree.com/h/bjaf/c7lmaqjx.htm" title="劉濤">
<img src="http://hovertree.com/texiao/css3/12/img/mm7.jpg" class="pic7" />
</a>
<a href="http://hovertree.com/h/bjaf/ati6k7yk.htm">
<img src="http://hovertree.com/texiao/css3/12/img/mm8.jpg" class="pic8" />
</a>
<a href="http://hovertree.com/h/bjaf/l3c6nm7b.htm">
<img src="http://hovertree.com/texiao/css3/12/img/mm9.jpg" class="pic9" />
</a>
<a href="http://hovertree.com/h/bjaf/hwqtjwjs.htm"><img src="http://hovertree.com/texiao/css3/12/img/mm10.jpg" class="pic10" /></a>
</div>
</body>
</html>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved