하루에도 서너번씩 찾아보는 컬러표.
왜 안외워지는지 알수가 없습니다.
글자색은 class에 " text-* "로 배경색은 " bg-* "로 합니다.
- *-primary changes the color to blue #007bff.
- *-info changes the color to teal #17a2b8.
- *-success changes the color to green #28a745.
- *-warning changes the color to yellow #ffc107.
- *-danger changes the color to red #dc3545.
- *-dark changes the color to dark gray #343a40.
- *-secondary changes the color to gray #6c757d.
- *-light changes the color to light gray #f8f9fa.
- *-white changes the color to white #ffffff.
'개발자' 카테고리의 다른 글
[django] update를 Raw SQL Query하는 방법 (0) | 2021.07.23 |
---|---|
[django] 중복 제거, group by, raw SQL query로 하는 방법 (0) | 2021.07.22 |
[AD센스] 애드센스를 사용하려면 사이트에서 발견된 문제를 해결해야 합니다 (0) | 2021.07.18 |
[python] IndentationError: unindent does not match any outer indentation level 들여쓰기 불일치 오류 (0) | 2021.07.16 |
[django] File "manage.py", line 17 ) from exc ^ 에러 (0) | 2021.07.15 |