summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index 4414804..b351dc4 100644
--- a/style.css
+++ b/style.css
@@ -126,6 +126,12 @@ aside code {
color: green ;
}
+/* .callout here is refencing any aside given the class name callout
+ * An example being: <aside class="callout"> */
+aside.callout {
+ border: solid 1px orange;
+}
+
.cnp {
width: 100% ;