Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
chokcoco committed May 18, 2016
1 parent 44238d5 commit 0e70729
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 6 additions & 2 deletions html/exampleSolarSystem.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,19 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>css3_demo</title>
<link rel="icon" href="http://res.idol.yystatic.com/images/favicon.ico" type="image/x-icon" />
<title>css3 3D 行星运转</title>
<meta content="CSS3 3D,CSS3行星动画,3D动画,3D行星运转,preserve-3d,CSS3动画,Web动画,CSS3太阳系" name="Keywords">
<meta content="css3 3d 行星运转动画,实现简单的太阳系旋转" name="description">


<link rel="stylesheet" type="text/css" href="../css/reset.css" />
<link rel="stylesheet" type="text/css" href="../css/solarSystemStyle.css" />
</head>
<body>
<div class="container">
<a style="width:149px;height:149px;position:fixed;top:0;right:0;z-index:9999;" href="https://github.com/chokcoco/css3-" target="_blank">
<img src="http://chokcoco.github.io/demo/curveJS/images/forkme.png">
</a>
<!-- 3d照片墙 -->
<div class="demo-perspective-photo">
<div id="contentContainer">
Expand Down
4 changes: 3 additions & 1 deletion html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>css3_demo</title>
<link rel="icon" href="http://res.idol.yystatic.com/images/favicon.ico" type="image/x-icon" />


<link rel="stylesheet" type="text/css" href="../css/reset.css" />
<link rel="stylesheet" type="text/css" href="../css/style.css" />
</head>
<body>
<div class="container">
<a style="width:149px;height:149px;position:fixed;top:0;right:0;z-index:9999;" href="https://github.com/chokcoco/css3-" target="_blank">
<img src="http://chokcoco.github.io/demo/curveJS/images/forkme.png">
</a>
<!-- 立方体 -->
<div class="demo-cube">
<ul class="cube-inner">
Expand Down

0 comments on commit 0e70729

Please sign in to comment.