Browse code

Initial commit

Benjamin Roth authored on16/03/2023 20:22:35
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,18 @@
1
+.ce_image {
2
+
3
+
4
+  figure{
5
+    position: relative;
6
+
7
+    figcaption{
8
+      position: absolute;
9
+      bottom: 0;
10
+      left: 0;
11
+      width: 100%;
12
+      padding: .5rem 0;
13
+      background-color: rgba(255,255,255,.8);
14
+      text-align: center;
15
+    }
16
+  }
17
+
18
+}