diff --git a/index.html b/index.html index d855c7d..7eeb874 100644 --- a/index.html +++ b/index.html @@ -43,17 +43,17 @@

Choose an option

@@ -62,7 +62,7 @@

Choose an option

- +
diff --git a/paper.jpg b/paper.jpg new file mode 100644 index 0000000..d194dd3 Binary files /dev/null and b/paper.jpg differ diff --git a/rock.jpg b/rock.jpg new file mode 100644 index 0000000..e4eb705 Binary files /dev/null and b/rock.jpg differ diff --git a/scissor.jpg b/scissor.jpg new file mode 100644 index 0000000..bc7d9fb Binary files /dev/null and b/scissor.jpg differ diff --git a/style.css b/style.css index ff56940..53093ee 100644 --- a/style.css +++ b/style.css @@ -20,7 +20,7 @@ body { margin: 0; width: 100%; overflow-x: hidden; - background: #0f0f0f; + background: black; color: #fff; font-family: "Open Sans", sans-serif; } @@ -155,10 +155,11 @@ section { } .options button img{ - height: 50px; + height: 60px; } .options .paper img{ + margin-top: 6.5px; width: 50px; height: auto; }