aboutsummaryrefslogtreecommitdiff
path: root/src/styles/blackbox.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/blackbox.css')
-rw-r--r--src/styles/blackbox.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/styles/blackbox.css b/src/styles/blackbox.css
new file mode 100644
index 0000000..4a0e63f
--- /dev/null
+++ b/src/styles/blackbox.css
@@ -0,0 +1,8 @@
+ .blackbox {
+ width: var(--wdt);
+ border: 10px solid black;
+ padding: 10px;
+ margin: 10px;
+ margin-left: 0px;
+ background-color: white;
+ }