【Anki】模板自定義

正面居中,背面居左

正面模板

{{正面}}

樣式

.card {
	font-family: arial;
	font-size: 20px;
	text-align: center;
	color: black;
	background-color: white;
}
.left {
	font-family: arial;
	font-size: 20px;
	text-align: left;
	color: black;
	background-color: white;
}

背面

{{FrontSide}}

<hr id=answer>

<div class='left'>{{背面}}</div>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章