From 17004bbb9e89e0b790363b60d6849152a4c69be4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Thu, 18 Nov 2021 15:52:35 +0100 Subject: [PATCH] add ddg search --- index.html | 16 +++++++++++++++- style.css | 17 ++++++++++++++--- 2 files changed, 29 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index e6451f5..9d44520 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,25 @@ ~ +

~/

-
+
+ + +
+ +

social

  • reddit
  • diff --git a/style.css b/style.css index 3ad5d5e..d43b004 100644 --- a/style.css +++ b/style.css @@ -21,7 +21,7 @@ img { float: left; margin-left: 10%; max-width: 30%; - height: auto; + height: auto; border-radius: 2%; } @@ -35,7 +35,18 @@ a { } .bookmarks { - width: 20%; + width: 20%; display: inline-block; padding: 2em; -} \ No newline at end of file +} + +.search-input { + + background-color: transparent; + font-family: 'Comfortaa', cursive; + text-align: center; + color: cyan; + border: 0px; + border-bottom: 1px solid; + text-align: left; +}