From: Jacob Casper Date: Sat, 9 Apr 2022 21:17:44 +0000 (-0500) Subject: Add styling X-Git-Url: https://git.jacobcasper.com/?p=pics.git;a=commitdiff_plain;h=a7fc328e2872ca5b3bc1bf9ce2941e3ac774e464 Add styling --- diff --git a/index.php b/index.php index 804a15e..88310ff 100644 --- a/index.php +++ b/index.php @@ -1,4 +1,10 @@ + + + + + +
Upload fetchArray()) { echo ''; } ?> -
footer
+
+ diff --git a/style.css b/style.css new file mode 100644 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; +}