This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="example" class="text-xs-center"> | |
| <div class="card" style="height: 200px"> | |
| <div class="card-block text-xs-center"> | |
| 내용 | |
| </div> | |
| </div> | |
| <button type="button" class="btn btn-secondary">전송</button> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="example" class="text-xs-center"> | |
| <div class="card"> | |
| <div class="card-block text-xs-center"> | |
| 내용 | |
| </div> | |
| </div> | |
| <button type="button" class="btn btn-secondary">전송</button> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="example" class="text-xs-center"> | |
| <div class="card"> | |
| <div class="card-block text-xs-center"> | |
| 내용 | |
| </div> | |
| </div> | |
| <button type="button" class="btn btn-secondary">전송</button> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <p id="basic" class="text-xs-center"> | |
| <button type="button" class="btn btn-secondary">전송</button> | |
| </p> | |
| <!-- http://hekigan.github.io/is-loading/ --> | |
| <script src="./assets/extensions/is-loading/1.0.6/jquery.isloading.js"></script> | |
| <script> | |
| $(function() { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="card-group"> | |
| <div class="card"> | |
| <img class="card-img-top" src="holder.js/100px150/?bg=777" alt="Card image cap"> | |
| <div class="card-block"> | |
| <h4 class="card-title">Card title</h4> | |
| <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> | |
| </div> | |
| </div> | |
| <div class="card"> | |
| <img class="card-img-top" src="holder.js/100px150/?bg=777" alt="Card image cap"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- ratchet CSS --> | |
| <link href="https://cdnjs.cloudflare.com/ajax/libs/ratchet/2.0.2/css/ratchet.min.css" rel="stylesheet" > | |
| <!-- ratchet plus CSS --> | |
| <link href="http://break.kimsq.co.kr/rc/dist/css/ratchet-plus.css" rel="stylesheet" > | |
| <!-- Optional theme : android--> | |
| <link href="https://cdnjs.cloudflare.com/ajax/libs/ratchet/2.0.2/css/ratchet-theme-android.min.css" rel="stylesheet" > | |
| <!-- Optional theme : ios--> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="card card-inverse card-primary text-xs-center"> | |
| <div class="card-block"> | |
| <blockquote class="card-blockquote"> | |
| <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p> | |
| <footer>Someone famous in <cite title="Source Title">Source Title</cite></footer> | |
| </blockquote> | |
| </div> | |
| </div> | |
| <div class="card card-inverse card-success text-xs-center"> | |
| <div class="card-block"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="card-deck-wrapper"> | |
| <div class="card-deck"> | |
| <div class="card"> | |
| <img class="card-img-top" src="..." alt="Card image cap"> | |
| <div class="card-block"> | |
| <h4 class="card-title">Card title</h4> | |
| <p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p> | |
| </div> | |
| </div> | |
| <div class="card"> |