diff --git a/README.md b/README.md index f5d1b89..8b13789 100644 --- a/README.md +++ b/README.md @@ -1,3 +1 @@ -# starpage -A custom browser startpage. Inspired by [kennetcheo](https://github.com/kennethcheo/startpage). diff --git a/index.html b/index.html index 8c2525c..9d44520 100644 --- a/index.html +++ b/index.html @@ -9,29 +9,57 @@ ~ +

~/

-
+
+ + +
+ +
+
+

devnews

+
  • el reg
  • +
  • hackaday
  • +
  • gamingonlinux
  • +
    +

    hlab

    +
  • authentik
  • +
  • ramiel
  • +
  • pbs
  • - \ No newline at end of file + 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; +}