aboutsummaryrefslogtreecommitdiff
path: root/web/public
diff options
context:
space:
mode:
authorKumar Damani <damani.kumar@gmail.com>2019-04-09 02:26:21 +0000
committerGitHub <noreply@github.com>2019-04-09 02:26:21 +0000
commit52ce47b39b053934189120d5c0686f9c8a71b29a (patch)
tree81b6647cb80d27d04aa6150f1f6fc90fb0756429 /web/public
parent79976c72f7f5b913a6bea08062224a6af7be1d5c (diff)
parent5e4bcf6cf9aabe46d544db8c56f33fb08543cc49 (diff)
Merge pull request #71 from csc301-winter-2019/web-homepage
Web homepage
Diffstat (limited to 'web/public')
-rw-r--r--web/public/stylesheets/home.css18
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;
+}