Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
gamerinshaft committed May 30, 2015
1 parent 58a5992 commit eff212f
Show file tree
Hide file tree
Showing 7 changed files with 1,170 additions and 1,126 deletions.
10 changes: 5 additions & 5 deletions css/animation.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ login-wrapと、中身の大きさは合わせること。
```
<div class="login-wrap animate">
<div class="login-mask">
<div class="login-mask testbox5">
<div class="frame frame--login z1">
<div class="header">
<div class="title visibleContent">
<div class="title visibleContent testbox5">
会員登録
</div>
</div>
<div class="content">
<p class="visibleContent">
<p class="visibleContent testbox5">
これはコンン
</p>
</div>
</div>
</div>
<div class="login-button">
<div class="login-button testbox5">
</div>
</div>
Expand Down Expand Up @@ -58,7 +58,7 @@ login-wrapと、中身の大きさは合わせること。
}

.login-wrap{
width: 400px;
width: 200px;
height: 300px;
position: relative;
}
Expand Down
Loading

0 comments on commit eff212f

Please sign in to comment.