-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
24 lines (23 loc) · 791 Bytes
/
main.html
File metadata and controls
24 lines (23 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="css/main.css" type="text/css" rel="stylesheet">
<title>CSS3 transform旋转特效</title>
</head>
<body>
<h1>CSS3照片墙</h1>
<div class="container">
<img class="pic pic1" src="images/mm1.jpg">
<img class="pic pic2" src="images/mm2.jpg">
<img class="pic pic3" src="images/mm3.jpg">
<img class="pic pic4" src="images/mm4.jpg">
<img class="pic pic5" src="images/mm5.jpg">
<img class="pic pic6" src="images/mm6.jpg">
<img class="pic pic7" src="images/mm7.jpg">
<img class="pic pic8" src="images/mm8.jpg">
<img class="pic pic9" src="images/mm9.jpg">
<img class="pic pic10" src="images/mm10.jpg">
</div>
</body>
</html>