diff options
| author | Kumar Damani <damani.kumar@gmail.com> | 2019-04-23 01:35:03 +0000 |
|---|---|---|
| committer | Kumar Damani <damani.kumar@gmail.com> | 2019-04-23 01:35:03 +0000 |
| commit | bc55c117d22ee4c59d983a0d0cad283f567c4d92 (patch) | |
| tree | 98d84f48de10aaafe89d8c9afcb3285bea590367 /web/public/stylesheets/home.css | |
| parent | 2ed2b0d01b9207b6c5003fe083238720a8409962 (diff) | |
| parent | f5d81a36b4869ad0f91aa97451cbbc26004889d6 (diff) | |
Merge branch 'web-homepage' into 'master'
Web homepage
See merge request kdam0/helpthehomeless!1
Diffstat (limited to 'web/public/stylesheets/home.css')
| -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; +} |
