diff --git a/index.html b/index.html index c53f46b..c8f9ff9 100644 --- a/index.html +++ b/index.html @@ -9,13 +9,59 @@ text-shadow: -1px -1px 1px #000, 1px -1px 1px #000, -1px 1px 1px #000, 1px 1px 1px #000; color: white; } + .div-shadow { + box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; + } + + /* Dialog styling */ + dialog { + border: none; + border-radius: 8px; + padding: 20px; + box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); + font-family: Arial, sans-serif; + max-width: 300px; + text-align: center; + } + + dialog::backdrop { + background-color: rgba(0, 0, 0, 0.5); + } + + dialog h2 { + margin-top: 0; + font-size: 18px; + } + + dialog label { + display: block; + margin-bottom: 8px; + font-size: 14px; + font-weight: bold; + } + .nameInput { + text-align: center; + }
+ + + - + + + @@ -27,7 +73,6 @@ -