From fe73afe80ae5eba1cc1795c9fb087b68f1dd25fe Mon Sep 17 00:00:00 2001 From: meetarora Date: Thu, 4 Jul 2024 15:05:08 +0530 Subject: [PATCH] uiupdate-2 --- Random Bible verse/popup.html | 1 + Random Bible verse/styles.css | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/Random Bible verse/popup.html b/Random Bible verse/popup.html index 44a3173f..8164a767 100644 --- a/Random Bible verse/popup.html +++ b/Random Bible verse/popup.html @@ -5,6 +5,7 @@ +

Random Bible Verse

Click "Generate" to see a random Bible verse.

diff --git a/Random Bible verse/styles.css b/Random Bible verse/styles.css index 123a01d5..1b0be503 100644 --- a/Random Bible verse/styles.css +++ b/Random Bible verse/styles.css @@ -2,19 +2,28 @@ body { font-family: Arial, sans-serif; text-align: center; padding: 20px; + background: linear-gradient(45deg,rgb(233, 248, 95),rgb(207, 243, 81)); +} +img{ + height: 60px; + width: 60px; } - h1 { - font-size: 24px; - margin-bottom: 20px; + font-size: 2rem; + margin-bottom: 100px; } button { font-size: 16px; padding: 10px 20px; margin-bottom: 20px; + cursor: pointer; + background: transparent; + border: 2px solid black; +} +button:hover{ + background-color: rgb(233, 249, 90); } - #verse { font-size: 18px; color: #333;