diff --git a/src/APIopertaions.svelte b/src/APIopertaions.svelte index 784a487..998a8e5 100644 --- a/src/APIopertaions.svelte +++ b/src/APIopertaions.svelte @@ -1,32 +1,29 @@
hi
- - - +Page not found
{/if} \ No newline at end of file diff --git a/src/CRUDoperations.svelte b/src/CRUDoperations.svelte index 654bdc6..3c0d9f4 100644 --- a/src/CRUDoperations.svelte +++ b/src/CRUDoperations.svelte @@ -82,37 +82,31 @@ } .container { - width: 500px; /* Increase width for a bigger dialog box */ - padding: 40px; /* Increase padding for more spacing inside the dialog box */ - background-color: #ffffff; /* Change background color to white */ + width: 500px; + padding: 40px; + background-color: #ffffff; border-radius: 8px; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } label { display: block; - margin-bottom: 16px; /* Increase margin bottom for more spacing between elements */ + margin-bottom: 16px; color: #333; } - input[type="text"], + select { width: 100%; - padding: 12px; /* Increase padding for larger input fields */ + padding: 12px; border: 1px solid #ccc; border-radius: 4px; box-sizing: border-box; - margin-bottom: 24px; /* Increase margin bottom for more spacing between elements */ - font-size: 16px; - } - - .button-group { - display: flex; - justify-content: space-between; + margin-bottom: 24px; } button { - padding: 12px 24px; /* Increase padding for larger buttons */ + padding: 12px 24px; border: none; border-radius: 4px; cursor: pointer;