summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authormarcellus <msimon_fr@hotmail.com>2024-08-07 22:57:28 +0200
committermarcellus <msimon_fr@hotmail.com>2024-08-07 22:57:28 +0200
commitc4fb17fe6f55bdd48d69e5e2fbe68b21aac6b1d4 (patch)
tree3a5d2d2b5be11c97fa2f6b4ebc6a4366837f62d7 /style.css
parent52ce9896fd4e695b0031ec9fd62da145528218a9 (diff)
add: added content to the culture section
Diffstat (limited to 'style.css')
-rw-r--r--style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/style.css b/style.css
index 00d65b7..33c00d2 100644
--- a/style.css
+++ b/style.css
@@ -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;