Skip to content

Commit

Permalink
大白
Browse files Browse the repository at this point in the history
  • Loading branch information
leifeiyang committed Jul 6, 2017
1 parent b71dff6 commit 03e38ef
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions test/Baymax.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
<style>
body {
background: #595959;
font-size: larger;
color: red;
}

#baymax{
margin: 0 auto;
height: 600px;
Expand Down Expand Up @@ -87,6 +90,7 @@
height:25px;
border-radius:50%;
position:relative;
background-color: red;

/*向边框四周添加阴影效果*/
box-shadow:2px 5px 2px #ccc inset;
Expand Down Expand Up @@ -179,6 +183,7 @@

</head>
<body>
<p1>诺儿的大白</p1>
<div id="baymax">
<!-- head 定义头部,包括两个眼睛、嘴-->
<div id="head">
Expand Down Expand Up @@ -214,11 +219,10 @@

<!-- 定义右腿 -->
<div id="right-leg"></div>
</div>



</div>



</body>
Expand Down

0 comments on commit 03e38ef

Please sign in to comment.