From bda212d1601b8c463937009836fbe1dbcfe476c2 Mon Sep 17 00:00:00 2001 From: Pang78 <125038451+Pang78@users.noreply.github.com> Date: Tue, 5 Nov 2024 01:49:23 +0800 Subject: [PATCH] Update index.html --- index.html | 88 +++++++++++++++++++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 31 deletions(-) diff --git a/index.html b/index.html index 565d33c..e02f4df 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,9 @@ input[type="text"] { width: 100%; padding: 8px; margin-top: 5px; } button { margin-top: 15px; padding: 10px 20px; cursor: pointer; } #output { margin-top: 20px; font-weight: bold; color: #007bff; } - .field-group { margin-top: 15px; } + table { width: 100%; margin-top: 10px; border-collapse: collapse; } + th, td { padding: 10px; border: 1px solid #ccc; text-align: center; } + .remove-btn { color: red; cursor: pointer; } @@ -20,15 +22,23 @@

Pre-filled URL Generator

-
-
- - - - - -
-
+ + + + + + + + + + + + + + + + +
Field IDPre-fill ValueAction
Remove
@@ -37,41 +47,56 @@

Pre-filled URL Generator