# Personal Anki Note Types
## Metadata
**Status**:: #x
**Zettel**:: #zettel/permanent
**Created**:: [[2022-10-07]]
## Basic
### Front
```
{{Front}}
```
### Back
```
{{FrontSide}}
<hr id=answer>
<section class="back">
{{Back}}
</section>
```
### Styling
```
@import url("_pure-min.css");
@import url("_base.css");
```
Where `_pure-min.css` is [normalize.css](https://github.com/necolas/normalize.css) v8.0.1, and `_base.css` is my personal style file for Anki cards. I have uploaded these files to the GitHub repository [doitian/anki.collection.media](https://github.com/doitian/anki.collection.media]).