From 82355358d9642ca0312019d32016c6eaa6b01064 Mon Sep 17 00:00:00 2001 From: mickeyhaile2 Date: Wed, 26 Oct 2022 20:47:23 +0100 Subject: [PATCH 1/5] update 1 --- .vscode/launch.json | 15 ++++++++++ css/style.css | 17 +++++++++++ index.html | 72 +++++++++++++++++++++++++++++++++++++++++++++ pesronal webpage | 0 4 files changed, 104 insertions(+) create mode 100644 .vscode/launch.json create mode 100644 pesronal webpage diff --git a/.vscode/launch.json b/.vscode/launch.json new file mode 100644 index 00000000..2ba986f6 --- /dev/null +++ b/.vscode/launch.json @@ -0,0 +1,15 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "chrome", + "request": "launch", + "name": "Launch Chrome against localhost", + "url": "http://localhost:8080", + "webRoot": "${workspaceFolder}" + } + ] +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 75e9841e..94377708 100644 --- a/css/style.css +++ b/css/style.css @@ -6,3 +6,20 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ + .foot { + text-align: center; + } + + .headers { + color: navy; + } + + .main { + margin-left: 30px; + display: flex; + flex-direction: column; + } + + .links { + color: red; + } \ No newline at end of file diff --git a/index.html b/index.html index 67dfc7f5..3baf221a 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,78 @@ +
+ +
+

Rabbit

+ Rabbit +

Once you pick up FIFA 22, it doesn’t take long to recognize EA’s primary focus
with this year’s version of the game was improving gameplay.

+ Visit rabbit Website +
+
+

Rabbits, also known as bunnies or bunny rabbits, are small mammals in the family Leporidae + (which also contains the hares) of the order Lagomorpha (which also contains the pikas). + Oryctolagus cuniculus includes the European rabbit species and its descendants, the world's 305 breeds[1] of domestic rabbit. + Sylvilagus includes 13 wild rabbit species, among them the seven types of cottontail. + The European rabbit, which has been introduced on every continent except Antarctica, + is familiar throughout the world as a wild prey animal and as a domesticated form of livestock and pet. + With its widespread effect on ecologies and cultures, the rabbit is, in many areas of the world, + a part of daily life—as food, clothing, a companion, and a source of artistic inspiration. + + +

+
+ +
+ + + +
+
+
+
+
+
    Fun Facts About Rabbits
+ + +
  • To express happiness, bunnies will sometimes jump around and flick their heads and feet. ...
  • +
  • Like deer, a female rabbit is called a “doe” and a male rabbit is called a “buck.”
  • +
  • bunny's big ears aren't just for listening! ...
  • +
  • those amazing ears can also be rotated almost a full circle to 270 degrees.
  • +
    +
    + Learn more + +
    + +
    +
    +

    Summary

    +
    When you look at the rabbits they inspire us to look after our enviroment therefore we must protect this precious species as they + are very vital components of our planet and infact if we look after rabbits they could certainly benefit humanity by supporting humans with products like clothing and food.
    +
    + + +
    +
    + + diff --git a/pesronal webpage b/pesronal webpage new file mode 100644 index 00000000..e69de29b From 26fad80c4b90e7030883b724283a7aa97c9693e5 Mon Sep 17 00:00:00 2001 From: mickeyhaile2 Date: Wed, 26 Oct 2022 21:15:54 +0100 Subject: [PATCH 2/5] update 2 --- css/style.css | 10 +++++++++- index.html | 33 ++++++++++++++++----------------- 2 files changed, 25 insertions(+), 18 deletions(-) diff --git a/css/style.css b/css/style.css index 94377708..7e7288b6 100644 --- a/css/style.css +++ b/css/style.css @@ -9,7 +9,15 @@ .foot { text-align: center; } - +h1 { + font-size: 100px; + text-align: center; + color: rgba(252, 246, 231, 0.7); +@@ -136,9 +133,11 @@ p { + padding-left: 20px; + padding-right: 20px; + font-size: 18px; +} .headers { color: navy; } diff --git a/index.html b/index.html index 3baf221a..24a12385 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@

    Rabbit

    Rabbit -

    Once you pick up FIFA 22, it doesn’t take long to recognize EA’s primary focus
    with this year’s version of the game was improving gameplay.

    + Visit rabbit Website
    @@ -33,7 +33,7 @@

    Rabbit

    The European rabbit, which has been introduced on every continent except Antarctica, is familiar throughout the world as a wild prey animal and as a domesticated form of livestock and pet. With its widespread effect on ecologies and cultures, the rabbit is, in many areas of the world, - a part of daily life—as food, clothing, a companion, and a source of artistic inspiration. + a part of daily life—as food, clothing, a companion, and a source of artistic inspiration.

    -
    -
    +
    -
    +
      Fun Facts About Rabbits
    @@ -70,25 +69,25 @@

    Gallery Video


    Summary

    -
    When you look at the rabbits they inspire us to look after our enviroment therefore we must protect this precious species as they - are very vital components of our planet and infact if we look after rabbits they could certainly benefit humanity by supporting humans with products like clothing and food.
    -
    -
    +
    When you look at the rabbits they inspire us to look after our enviroment therefore we must protect this precious species
    as they + are very vital components of our planet and infact if we look after rabbits they could certainly benefit humanity by
    supporting humans with products like clothing and food.
    +
    + -
    -
    - + + + + - From 9878564267b365686ade6d4cd23c803baa02088a Mon Sep 17 00:00:00 2001 From: mickeyhaile2 Date: Wed, 26 Oct 2022 21:45:38 +0100 Subject: [PATCH 3/5] updated 3 --- css/style.css | 53 +++++++++++++++++++++++++++++++++++++++++++-------- index.html | 12 ++++++------ 2 files changed, 51 insertions(+), 14 deletions(-) diff --git a/css/style.css b/css/style.css index 7e7288b6..f90cec58 100644 --- a/css/style.css +++ b/css/style.css @@ -6,28 +6,65 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ - .foot { + .footer { text-align: center; } h1 { font-size: 100px; text-align: center; - color: rgba(252, 246, 231, 0.7); -@@ -136,9 +133,11 @@ p { padding-left: 20px; padding-right: 20px; font-size: 18px; } - .headers { - color: navy; +p{ + float: left; +} + + + .hello{ + font-size: 100px; + text-align: center; + padding-left: 20px; + padding-right: 20px; + font-size: 18px; + + } + .hello1{ + font-size: 100px; + text-align: center; + padding-left: 20px; + padding-right: 20px; + font-size: 18px; + + } +.arty{ + font-size: 100px; + text-align: center; + padding-left: 20px; + padding-right: 20px; + font-size: 18px; +} .main { margin-left: 30px; display: flex; flex-direction: column; } - .links { - color: red; - } \ No newline at end of file + .learn { + font-size: 100px; + text-align: center; + padding-left: 20px; + padding-right: 20px; + font-size: 18px; + } +.frame { + + + text-align: center; + +} +.links { + color: brown; +} \ No newline at end of file diff --git a/index.html b/index.html index 24a12385..b44ef5f7 100644 --- a/index.html +++ b/index.html @@ -20,10 +20,12 @@
    -

    Rabbit

    +

    Rabbits, also known as bunnies or bunny rabbits, are small mammals in the family Leporidae @@ -46,9 +48,7 @@

    Rabbit

    - +

    @@ -68,7 +68,7 @@

    Gallery Video


    -

    Summary

    +
    When you look at the rabbits they inspire us to look after our enviroment therefore we must protect this precious species
    as they are very vital components of our planet and infact if we look after rabbits they could certainly benefit humanity by
    supporting humans with products like clothing and food.
    From 43852aab4615c6b1f932c0df788283f7245345c5 Mon Sep 17 00:00:00 2001 From: mickeyhaile2 Date: Sat, 29 Oct 2022 00:59:18 +0100 Subject: [PATCH 4/5] title --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index b44ef5f7..f81f0d04 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> - My Blog + rabbit Date: Sat, 29 Oct 2022 01:09:07 +0100 Subject: [PATCH 5/5] color --- css/style.css | 9 +++++++++ index.html | 6 +++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index f90cec58..7c58363d 100644 --- a/css/style.css +++ b/css/style.css @@ -67,4 +67,13 @@ p{ } .links { color: brown; +} +h2 { + color: brown; +} +.arty2 { + color: brown; +} +footer { + color: brown; } \ No newline at end of file diff --git a/index.html b/index.html index f81f0d04..d2e22921 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> - rabbit + Rabbit Rabbits
    -
      Fun Facts About Rabbits
    +
      Fun Facts About Rabbits
  • To express happiness, bunnies will sometimes jump around and flick their heads and feet. ...
  • @@ -81,7 +81,7 @@