From f9ce9047024b6909d1bc804880126b1eb7fbc674 Mon Sep 17 00:00:00 2001 From: Johannes Vos Date: Sat, 2 May 2026 12:22:52 +0200 Subject: [PATCH] "index and style added" --- index.html | 26 ++++++++++++++++++++++++++ style.css | 29 +++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 index.html create mode 100644 style.css diff --git a/index.html b/index.html new file mode 100644 index 0000000..9029033 --- /dev/null +++ b/index.html @@ -0,0 +1,26 @@ + + + + + + Seekra + + + +
+

Seekra

+

Build to search.

+
+ + + + + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..b62caa6 --- /dev/null +++ b/style.css @@ -0,0 +1,29 @@ +body{ + margin: 0; +} +header{ + text-align: center; +} + +h1{ + margin-bottom: 0; +} + +h3{ + margin-top: 0; +} + +#searchbar{ + text-align: center; +} +#searchbar input[type="search"]{ + width: 60%; + margin-bottom: 10px; +} +footer{ + justify-content: center; + margin-top: 100px; + display: flex; + gap: 20px; + border-top: 1px solid; +} \ No newline at end of file