card
bootstrap/시작하기
2019. 3. 26. 14:03
card
https://getbootstrap.com/docs/4.3/components/card/
카드: 여러 정보를 간략하게 보여주는 컴포넌트
<div class="card" style="width: 18rem; display: inline-block;">
<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>
이미지 적용:
<img src="..." class="card-img-top" alt="...">
적용된 모습:
'bootstrap > 시작하기' 카테고리의 다른 글
Bootstrap 정리 (0) | 2019.04.01 |
---|---|
[튜토리얼] 그리드[grid] (0) | 2019.01.03 |
[ 튜토리얼 ] 점보트론[jumbotron] 만들기 (0) | 2019.01.01 |