개발자
[bootstrap] 항상 찾아보는 컬러표 color
포하
2021. 7. 21. 11:59
하루에도 서너번씩 찾아보는 컬러표.
왜 안외워지는지 알수가 없습니다.
글자색은 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.