본문 바로가기
Coding/JQuery

[bootstrap] table 효과 적용해보기

by 찡콩찡 2022. 6. 17.

<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">

 

<table class="table table-striped">

<table class="table table-bordered">

<table class="table table-sm">

'Coding > JQuery' 카테고리의 다른 글

탐색 선택자2  (0) 2022.06.10
탐색 선택자  (0) 2022.06.03