diff options
Diffstat (limited to 'assets/css/title.css')
-rw-r--r-- | assets/css/title.css | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/assets/css/title.css b/assets/css/title.css new file mode 100644 index 00000000..980d78ee --- /dev/null +++ b/assets/css/title.css @@ -0,0 +1,15 @@ +/* titles */ +h1, h2, h3 { + font-weight: normal; + color: #333; +} + +h2 { + font-size: 1.3em; + margin-bottom: 10px; +} + +h3 { + margin-top: 10px; + font-size: 1.2em; +}
\ No newline at end of file |