diff --git a/examples/endpoints/html/index.html b/examples/endpoints/html/index.html index c90eb61..df155c1 100644 --- a/examples/endpoints/html/index.html +++ b/examples/endpoints/html/index.html @@ -32,7 +32,17 @@ padding: 15px; margin-top: 10px; font-size: 1em; - width: 80%; + width: 400px; + text-align: center; + justify-content: center; + } + .tdform { + border: none; + border-radius: none; + padding: 2px; + margin-top: 0px; + font-size: 1em; + width: auto; text-align: center; justify-content: center; } @@ -45,12 +55,22 @@ padding-top: 5px; padding-bottom: 5px; } + .updatebutton { + background-color: #B0B0B0; + color: #181818; + } + .delbutton { + background-color: #B06060; + color: white; + } .center { display: flex; justify-content: center; } table { background-color:#181818; + border-radius: 12px; + padding: 12px; } th { color: #B06060; @@ -59,6 +79,8 @@ td { color: #B0B0B0; } + tr { + }
@@ -86,16 +108,16 @@