diff --git a/index.html b/index.html index fcace1f..af400d9 100644 --- a/index.html +++ b/index.html @@ -64,6 +64,25 @@ font-family: Arial, sans-serif; font-size: 14px; } + + .apod-button { + background-color: #333; + color: white; + border: none; + border-radius: 5px; + padding: 15px 30px; + } + + #tipOfTheDayBox { + position: fixed; + bottom: 10px; + left: 10px; + background-color: #222; + color: white; + padding: 10px; + border-radius: 5px; + z-index: 100; + } @@ -78,8 +97,6 @@ - -
Content
@@ -87,6 +104,13 @@ CloseView the tip of the day by NASA!
+ + +