X-Git-Url: https://git.jacobcasper.com/?a=blobdiff_plain;f=style.css;fp=style.css;h=df0850bac0cf0019ad3573cda1e66e0ff37f345c;hb=a7fc328e2872ca5b3bc1bf9ce2941e3ac774e464;hp=0000000000000000000000000000000000000000;hpb=80f2f42a0e748c2e724dd27a6cd9ab4013a3ee3a;p=pics.git 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; +}