[etc] Jekyll Utility Classes
Minimal Mistakes의 Utility Classes를 정리한 내용입니다.
1. 정렬
1.1 문자 정렬
// 왼쪽 정렬
{: .text-left}
//중앙 정렬
{: .text-center}
// 오른쪽 정렬
{: .text-right}
1.2 이미지 정렬
// 왼쪽 정렬
![image](링크)
{: .align-left}
//중앙 정렬
![image](링크)
{: .align-center}
// 오른쪽 정렬
![image](링크)
{: .text-right}
2. Notices
Notice Type | Class |
---|---|
Default | .notice |
Primary | .notice–primary |
Info | .notice–info |
Warning | .notice–warning |
Success | .notice–success |
Danger | .notice–danger |
사용 예시
{: .notice--danger}
Default
Primary
Info
Warning
Success
Danger
댓글남기기