summaryrefslogtreecommitdiffstats
path: root/website/src/learning/start-conventions/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'website/src/learning/start-conventions/style.css')
-rw-r--r--website/src/learning/start-conventions/style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/website/src/learning/start-conventions/style.css b/website/src/learning/start-conventions/style.css
new file mode 100644
index 0000000..2cd4ee6
--- /dev/null
+++ b/website/src/learning/start-conventions/style.css
@@ -0,0 +1,8 @@
+table {
+ width: 40em;
+}
+
+table th {
+ vertical-align: top;
+ text-align: right;
+}