diff --git a/index.html b/index.html index f87d657..e176ed3 100644 --- a/index.html +++ b/index.html @@ -40,10 +40,18 @@

A Keyboard Utility For All Your Windows Presentation Needs

-
- Download -

Requires Windows 7 or later

-

3.20MB .application

+
+
+ Download .Zip +

Requires Windows 7 or later

+

3.20MB .application

+
+ +
+ Chocolatey Instal +

Requires Chocolatey

+

3.20MB .application

+
@@ -63,13 +71,13 @@

A Keyboard Utility For All Your Windows Presentation Needs

- +
- + diff --git a/stylesheets/screen.css b/stylesheets/screen.css index 138319f..5e747d9 100644 --- a/stylesheets/screen.css +++ b/stylesheets/screen.css @@ -582,6 +582,11 @@ dd p:first-child { background: #eee; } +.button-wrapper{ + display: grid; + grid-template-columns: 1fr 1fr; +} + .button { width: 200px; margin: 50px auto 20px; @@ -591,15 +596,15 @@ dd p:first-child { display: block; height: 50px; width: 200px; - + /*TYPE*/ color: white; font: 17px/50px Helvetica, Verdana, sans-serif; text-decoration: none; text-align: center; text-transform: uppercase; - - /*GRADIENT*/ + + /*GRADIENT*/ background: #00b7ea; /* Old browsers */ background: -moz-linear-gradient(top, #00b7ea 0%, #009ec3 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b7ea), color-stop(100%,#009ec3)); /* Chrome,Safari4+ */ @@ -614,7 +619,7 @@ dd p:first-child { -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; - + -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2); -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2); box-shadow: 2px 2px 8px rgba(0,0,0,0.2); @@ -624,19 +629,19 @@ dd p:first-child { background: #222; display: block; height: 40px; - width: 180px; + width: 180px; margin: -50px 0 0 10px; - + /*TYPE*/ text-align: center; font: 12px/45px Helvetica, Verdana, sans-serif; color: #fff; - + /*POSITION*/ position: absolute; z-index: -1; - - /*TRANSITION*/ + + /*TRANSITION*/ -webkit-transition: margin 0.5s ease; -moz-transition: margin 0.5s ease; -o-transition: margin 0.5s ease;