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; +}