diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/index.html b/index.html index 504dc31..3f8faae 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,21 @@ +

The tribute of all tributes!

+
+

+

a tribute that is close to my heart :)

+ a tribute that will live till the end of time +

+

My family (who i love very much)

+

- +
  • a family of 6
  • 2 sisters 4 brothers (including me of course)
  • monthly "get togethers" to make fun of each other
  • could not wish for a better family
  • +

    + +
    Not my real family (!)
    +

    And....(---->) +Clink link for a lovely surprise + \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..25b1351 --- /dev/null +++ b/style.css @@ -0,0 +1,32 @@ +html{ + +background-color:blueviolet; + +} +h1{ + + color:aqua; + font-size: 80px; +} +h2{ + color:aqua; +} + +p, p1{ +background-color: blanchedalmond; + font-size: large; +} +li { + color: blanchedalmonds; + font-size: 28px; + font-weight: 400; +} +hr{ + color: brown; +} +p2 { + background-color:blanchedalmond; +} +figcaption{ + color: bisque; +} \ No newline at end of file