diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 3d7cae211..4119dbcc9 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -167,4 +167,13 @@ body{ bottom: 15px; left: 20px; z-index: -1; +} + +.box { + border: 1px solid black; + padding: 20px; +} + +.box:hover { + box-shadow: 4px 4px 4px grey; } \ No newline at end of file diff --git a/views/home/index.hbs b/views/home/index.hbs index 770e3c2e6..892e606c2 100644 --- a/views/home/index.hbs +++ b/views/home/index.hbs @@ -5,16 +5,18 @@
-You've been logged out, please log in to continue.
+Please log in or sign up