2024. 10. 12. 19:13

container

 

container-fluid

 

container-sm, md, lg, xl, xxl

 

m : margin

 

p : padding

 

bg : background color

 

text : font color

 

grid

col-xxl-1 col-lg-2 col-md-8

col-xxl-1 col-lg-2 col-md-4

 

table 

table-striped

table-bordered

table-hover

table-dark

table-primary

table-success

table-info

table-danger

table-active

table-sm

 

table-responsive

 

rounded

rounded-5

rounded-circle

 

img-thumbnail

float-start

float-end

 

img-fluid

 

btn-close

data-bs-dismiss="alert"

 

alert

alert-success

alert-dismissible

 

btn

btn-primary

btn-success

btn-outline-primary

btn-sm

disabled

d-grid

spinner-border

btn-group

btn-group-lg

btn-group-vertical

 

dropdown-toggle

data-bs-toggle="dropdown"

dropdown-menu

dropdown-item

 

list-group

list-group-item

list-group-numbered

list-group-horizontal

list-group-flush

 

d-flex

justify-content-between

align-items-center

rounded-pill

badge

 

card

card-body

card-title

card-text

card-link

 

card-image-top

card-img-overlay

 

modal

modal-dialog

modal-content

modal-header

modal-body

modal-footer

modal-dialog-scrollable

modal-dialog-centered

 

 

data-bs-toggle="modal"

data-bs-target="#modal1"

data-bs-backdrop="static"

 

text-start

text-center

text-end

text-wrap

text-nowrap

text-break

text-lowercase

text-uppercase

text-capitalize

 

fs-1

fs-2

fs-3

fs-4

fs-5

fs-6

 

fw-bold

fw-bolder

fw-semibold

fw-normal

fw-light

fw-lighter

fst-italic

fst-normal

 

lh-1

lh-sm

lh-base

lh-lg

 

font-monospace

 

text-reset

text-decoration-underline

text-decoration-line-through

text-decoration-none

 

 

2024. 10. 10. 12:39

echo $PATH

2024. 9. 23. 19:56

react query

프로그래밍/React 2024. 9. 23. 19:56

react query 순서

2024. 9. 22. 09:11

2024. 9. 19. 16:12

bytes -> str

 

text = by.decode('utf-8')

 

str -> bytes

 

bytedata = text.encode('utf-8')