diff --git a/css/main.css b/css/main.css index 66cd1317..fed22c1b 100644 --- a/css/main.css +++ b/css/main.css @@ -174,6 +174,16 @@ body, html { text-align: right; } +.dishwasher { + background-color: white; + color: black; + margin: 0 200px; + font-size: 60px; + border-radius: 1000px; + border-radius: 1200px; + display: none; +} + @font-face { font-family: 'HelveticaNeue-UltraLight'; src: url('font/HelveticaNeue-UltraLight.eot'); /* IE9 Compat Modes */ diff --git a/index.php b/index.php index 6a74a336..250dcf61 100644 --- a/index.php +++ b/index.php @@ -13,6 +13,7 @@