From b690e02cf870fd7ec14d3efcde9b0ffc5793a88a Mon Sep 17 00:00:00 2001 From: Kumar Damani Date: Mon, 8 Apr 2019 22:15:24 -0400 Subject: added very minimal styling --- web/public/stylesheets/home.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 web/public/stylesheets/home.css (limited to 'web/public') diff --git a/web/public/stylesheets/home.css b/web/public/stylesheets/home.css new file mode 100644 index 0000000..28251ed --- /dev/null +++ b/web/public/stylesheets/home.css @@ -0,0 +1,18 @@ +body { + background-color: #faf2e4; + margin: 0 15%; + font: 18px sans-serif; +} + +h1 { + text-align: center; + font-family: serif; + font-weight: normal; + border-bottom: 1px solid #57b1dc; + margin-top: 30px; +} + +h2 { + color: #d1633c; + font-family: serif; +} -- cgit v1.2.3