diff --git a/testp.css b/testp.css index c4e1357..67b9ebf 100644 --- a/testp.css +++ b/testp.css @@ -252,4 +252,46 @@ body { } - \ No newline at end of file + +/* Popup Styles */ +.popup { + position: fixed; + top: 0; + left: 0; + width: 100%; + height: 100%; + background: rgba(0, 0, 0, 0.5); + display: flex; + align-items: center; + justify-content: center; + z-index: 1000; +} + +.popup-content { + background: white; + padding: 20px; + border-radius: 8px; + width: 80%; + max-width: 400px; + text-align: center; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); +} + +.popup-content p { + font-size: 16px; + margin: 20px 0; +} + +.close-popup { + background: #079874; + color: white; + border: none; + padding: 8px 16px; + border-radius: 5px; + cursor: pointer; + font-size: 14px; +} + +.close-popup:hover { + background: #076887; +} diff --git a/testp.html b/testp.html index 357299c..870932c 100644 --- a/testp.html +++ b/testp.html @@ -6,14 +6,13 @@ - +
Your profile has been updated successfully!
Your ticket has been successfully booked! Confirmation number: 71381.
+Joshef Roy has sent you a friend request. Accept or decline?
+