From 23a2aef923a6369d9d543b8c3b8f7bdc9020055f Mon Sep 17 00:00:00 2001 From: Jonas Blumer <jonas.blumer@entwicklungspark.com> Date: Fri, 27 Nov 2015 17:41:05 +0100 Subject: [PATCH] shadow like its 1989 --- public/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/style.css b/public/style.css index 609173a..7f293a9 100644 --- a/public/style.css +++ b/public/style.css @@ -12,6 +12,9 @@ body{ background-color: #d3d3d3; padding: 10px; border-radius: 12px; + -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); +-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); +box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); } .beatIndicator{ -- GitLab