Skip to content

Commit

Permalink
测试
Browse files Browse the repository at this point in the history
纯css打造的大白
  • Loading branch information
leifeiyang committed Jun 30, 2017
1 parent 3ba6c2d commit ee0cfdd
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions test/Baymax.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<html>
<head><meta charset="utf-8">
<title>Baymax</title>
<body>
<div id="baymax">
<!-- head -->
<div id="head">
<div id="eye1"></div>
<div id="eye2"></div>
<div id="mouth"></div>
</div>


<div id="torso">
<div id="heart"></div>
</div>




</body>

</html>

0 comments on commit ee0cfdd

Please sign in to comment.