aboutsummaryrefslogtreecommitdiff
path: root/utils/langton_ant/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'utils/langton_ant/style.css')
-rw-r--r--utils/langton_ant/style.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/utils/langton_ant/style.css b/utils/langton_ant/style.css
new file mode 100644
index 0000000..a42797c
--- /dev/null
+++ b/utils/langton_ant/style.css
@@ -0,0 +1,14 @@
+body {
+ justify-content: center;
+}
+
+td {
+ width: 3px;
+ height: 3px;
+}
+
+table {
+ margin: auto;
+ border-spacing: 0px;
+ border-collapse: collapse;
+}