diff options
| author | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-09 02:15:24 +0000 |
|---|---|---|
| committer | Kumar Damani <kumar.damani@mail.utoronto.ca> | 2019-04-09 02:15:24 +0000 |
| commit | b690e02cf870fd7ec14d3efcde9b0ffc5793a88a (patch) | |
| tree | 14cba14ae5f025b459c79e6db53d063fd813752d /web/public | |
| parent | 904ccabe4324cb2e7c985a2dbe25cce462f14d7c (diff) | |
added very minimal styling
Diffstat (limited to 'web/public')
| -rw-r--r-- | web/public/stylesheets/home.css | 18 |
1 files changed, 18 insertions, 0 deletions
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; +} |
