about summary refs log tree commit diff
path: root/style.typ
diff options
context:
space:
mode:
Diffstat (limited to 'style.typ')
-rw-r--r--style.typ17
1 files changed, 17 insertions, 0 deletions
diff --git a/style.typ b/style.typ
new file mode 100644
index 0000000..accdef6
--- /dev/null
+++ b/style.typ
@@ -0,0 +1,17 @@
+#let lay(left, right) = grid(
+  columns: 2,
+  gutter: 1cm,
+  left, 
+  right
+)
+
+#let tagi(str) = text(fill: rgb("#2b2"))[#str]
+
+#let proba(spr) = lay(
+  image(spr.img, width: 3.5cm),
+  [= #spr.nazwa
+  #spr.tagi
+
+  #spr.opis
+  ]
+)
\ No newline at end of file