diff options
| author | marcellus <msimon_fr@hotmail.com> | 2024-08-07 22:57:28 +0200 |
|---|---|---|
| committer | marcellus <msimon_fr@hotmail.com> | 2024-08-07 22:57:28 +0200 |
| commit | c4fb17fe6f55bdd48d69e5e2fbe68b21aac6b1d4 (patch) | |
| tree | 3a5d2d2b5be11c97fa2f6b4ebc6a4366837f62d7 /style.css | |
| parent | 52ce9896fd4e695b0031ec9fd62da145528218a9 (diff) | |
add: added content to the culture section
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -328,6 +328,23 @@ h3.skill, .skill-cats h4 { } } +.citation { + text-align: center; + font-weight: bold; + font-size: 1.3em; +} + +.citation p { + margin: 0; +} + +.author { + text-align: right; + font-weight: normal; + font-style: italic; + font-size: smaller; +} + footer { font-size: small; text-align: right; |
