增加了tittle和Tittle类作为小/大标题

develop
王轲楠 1 month ago
parent 924cce3299
commit f6b629ded4

@ -12,3 +12,14 @@
--callout-color: 181,230,29;
--callout-icon: lucide-calculator;
}
.tittle{
font-weight: bold;
text-align: center;
}
.Tittle{
font-weight: bold;
text-align: center;
font-size:24px;
}

@ -12,4 +12,8 @@
'solution':这是一个专为解析设置的颜色块(姑且让我这么叫它)!调用方法与 example 等一样。如:
>[!solution] 解析示例
'tittle': 小标题,居中加粗,如:<div class="tittle">这是一个小标题</div>
'Tittle':大标题,居中加粗放大,如:<div class="Tittle">这是一个大标题</div>
还在等什么呢,快去多学点前端的知识让我们的笔记更加漂亮吧!(雾)
Loading…
Cancel
Save