Bootstrap SignUp
본문 바로가기

- Bootstrap

Bootstrap SignUp

728x90
반응형

<div class="card" style="width: 18rem;">
  <img src="..." class="card-img-top" alt="...">
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
    <a href="#" class="btn btn-primary">Go somewhere</a>
  </div>
</div>

Pc 사이즈  -card 사용함 

 

 

모바일 사이즈  -

Equal-width

<div class="container text-center">
  <div class="row">
    <div class="col">
      Column
    </div>
    <div class="col">
      Column
    </div>
    <div class="col">
      Column
    </div>
  </div>
</div>

Mix and match

<div class="container text-center">
  <!-- Stack the columns on mobile by making one full-width and the other half-width -->
  <div class="row">
    <div class="col-md-8">.col-md-8</div>
    <div class="col-6 col-md-4">.col-6 .col-md-4</div>
  </div>

  <!-- Columns start at 50% wide on mobile and bump up to 33.3% wide on desktop -->
  <div class="row">
    <div class="col-6 col-md-4">.col-6 .col-md-4</div>
    <div class="col-6 col-md-4">.col-6 .col-md-4</div>
    <div class="col-6 col-md-4">.col-6 .col-md-4</div>
  </div>

  <!-- Columns are always 50% wide, on mobile and desktop -->
  <div class="row">
    <div class="col-6">.col-6</div>
    <div class="col-6">.col-6</div>
  </div>
</div>

앱개발 - 개발의뢰 react native  - 첫미팅 50,000원 

http://www.silsiganplay.com/product/detail.html?product_no=37&cate_no=47&display_group=2 

 

App Development 첫거래 미팅

상품요약정보 미팅후 -계약시 50,000원 게약금 포함_ 계약시 5,000,000원, 1개월 후 5,000,000원 ,2개월 후5,000,000원 = 총금액 15,000,000원

www.silsiganplay.com

http://violinmuseumshop.com/product/app-development-meeting-usd-50/37/?cate_no=276&display_group=1 

 

App Development Meeting USD 50

Exchange Refund 1. Address for returns and exchanges:- [03727] 서울특별시 서대문구 성산로20길 9 (창천동) 서대문우체국 사서함 152. Requirements:Please take into consideration that we only accept qualifying returns but not exchanges.

violinmuseumshop.com

 

 

 

728x90
반응형

'- Bootstrap' 카테고리의 다른 글

Bootstrap button Full-Width Button (100%)  (0) 2022.10.03
Bootstrap login mt-5 pt-5 border-bottom  (0) 2022.10.03