aboutsummaryrefslogtreecommitdiff
path: root/src/styles/blackbox.css
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-08-28 23:22:15 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-08-28 23:22:15 +0300
commit9d952483f250a97cbeab4061fa1c4e68341b330f (patch)
tree9d094911dc5178db9375eaa661e7f4bf0d5bf2cc /src/styles/blackbox.css
parent35b06b4fc851192916e000ad5e7e2f458846448c (diff)
posting thread and image works
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;
+ }