diff --git a/css/app.css b/css/app.css index e2f46ac..57a084e 100644 --- a/css/app.css +++ b/css/app.css @@ -1,13 +1,14 @@ body { font-family: Arial, sans-serif; + background-image: url('../assets/sand/fishTile_001.png'); } .rod { - float: right; width: 50px; height: 300px; border: 1px solid black; - background-color: lightblue; + /*background-color: lightblue;*/ + background-image: url('../assets/water/fishTile_089.png') ; padding: 0; display: flex; @@ -26,8 +27,7 @@ body { .pull { background-color: cornflowerblue; - width: 250px; - height: 250px; + height: 100px; border-radius: 15px; border: 5px solid darkblue; @@ -36,11 +36,13 @@ body { justify-content: space-around; align-items: center; - font-size: 4.7em; - user-select: none; color: white; } +.pull * { + user-select: none; +} + .pull:active { background-color: #a4bbe5; margin-top: 3px; @@ -70,4 +72,5 @@ body { margin: 0; padding: 0; background-color: greenyellow; + z-index: 50; } \ No newline at end of file diff --git a/index.html b/index.html index fea861e..d8ff835 100644 --- a/index.html +++ b/index.html @@ -4,37 +4,48 @@