From c1b8e59da6354a5d4e49487e4e1e815a78e187f5 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Thu, 7 Jul 2022 14:13:51 +0200 Subject: [PATCH] improve example page --- index.html | 44 +++++++++++++++++++++----------------------- style.css | 17 ++++++++++++++++- 2 files changed, 37 insertions(+), 24 deletions(-) diff --git a/index.html b/index.html index a4cae9b..6cdb2c7 100644 --- a/index.html +++ b/index.html @@ -11,32 +11,30 @@

-
-

Get:

-
- = - - -
+

Get:

+
+ = + + +
-

Server-side set:

-
- = - - -
+

Server-side set:

+
+ = + + +
-

Client-side set:

-
- = - - - -
+

Client-side set:

+
+ = + + + +
-

Your fingerprint

-
-
+

Your fingerprint

+
diff --git a/style.css b/style.css index 46142b4..87a0328 100644 --- a/style.css +++ b/style.css @@ -2,9 +2,24 @@ center { text-align: center; } -.content { +body { + font-family: sans-serif; + background-color: #222828; + color: #cdd; margin: auto; display: block; max-width: 700px; + padding: 20px; word-wrap: break-word; + text-align: justify; +} + +input,button { + background-color: #222828; + color: #cdd; + border: 2px dashed #cdd; +} + +input.button,button { + border: 1px solid #cdd; }