Add styling
[pics.git] / style.css
diff --git a/style.css b/style.css
new file mode 100644 (file)
index 0000000..df0850b
--- /dev/null
+++ b/style.css
@@ -0,0 +1,16 @@
+body {
+  background-color: #eee;
+}
+main {
+  display: flex;
+  flex-direction: column;
+  align-items: center;
+
+}
+
+main p::before {
+  content: "Jacob: ";
+}
+main p {
+  max-width: 480px;
+}