]> git.armaanb.net Git - bettersearch.git/blobdiff - static/styles.css
Implement a working prototype
[bettersearch.git] / static / styles.css
diff --git a/static/styles.css b/static/styles.css
new file mode 100644 (file)
index 0000000..c0bbd45
--- /dev/null
@@ -0,0 +1,9 @@
+body {
+       max-width: 1000px;
+}
+
+.result {
+       background: #eee;
+       margin: 0.5em 0;
+       padding: 0.25em;
+}