diff --git a/public_html/css/run.css b/public_html/css/run.css index afae6c0..afc76a8 100644 --- a/public_html/css/run.css +++ b/public_html/css/run.css @@ -83,4 +83,21 @@ body { background-color: rgba(200, 200, 200, 0.5); cursor: pointer; color: #fff; +} + +#mainMenuButton { + position: absolute; + top: 20px; + left: 20px; + width: 48px; + height: 48px; + background: url(../images/menu.png) no-repeat center center; + opacity: 0.25; + -moz-opacity: 0.25; + -khtml-opacity: 0.25; +} +#mainMenuButton:hover { + opacity: 1; + -moz-opacity: 1; + -khtml-opacity: 1; } \ No newline at end of file diff --git a/public_html/images/menu.png b/public_html/images/menu.png new file mode 100644 index 0000000..71d9994 Binary files /dev/null and b/public_html/images/menu.png differ diff --git a/public_html/index.html b/public_html/index.html index 34a961d..2a593fb 100644 --- a/public_html/index.html +++ b/public_html/index.html @@ -26,6 +26,7 @@
+