commit c54266f1d7f8d7ab4c8cf0758cd7b5c53c0f8911 Author: Rudyon Date: Sat Nov 6 13:31:28 2021 +0300 initial commit diff --git a/image.gif b/image.gif new file mode 100644 index 0000000..6e948f4 Binary files /dev/null and b/image.gif differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..09b12fe --- /dev/null +++ b/index.html @@ -0,0 +1,37 @@ + + + + + + + + + + + ~ + + + +

~/

+
+ +
+

play

+
  • monkeytype
  • +
  • youtube
  • +
  • tetr.io
  • +
    +
    +

    dev

    +
  • github
  • +
  • devdocs
  • +
  • stackoverflow
  • +
    +
    + + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..3ad5d5e --- /dev/null +++ b/style.css @@ -0,0 +1,41 @@ +body { + background: #35363a; + color: whitesmoke; + font-family: 'Comfortaa', cursive; + text-align: center; + margin: 7em; + margin-top: 6em; +} + +h2 { + color: cyan +} + +li { + list-style-type: none; + padding: 0; + margin: .5em; +} + +img { + float: left; + margin-left: 10%; + max-width: 30%; + height: auto; + border-radius: 2%; +} + +a { + text-decoration: none; + color: hotpink +} + +.bookmark-container { + padding: 2em; +} + +.bookmarks { + width: 20%; + display: inline-block; + padding: 2em; +} \ No newline at end of file