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..7c58363d 100644 --- a/css/style.css +++ b/css/style.css @@ -6,3 +6,74 @@ * for example: General styles, Navigation styles, Hero styles, Footer etc. * */ + .footer { + text-align: center; + } +h1 { + font-size: 100px; + text-align: center; + padding-left: 20px; + padding-right: 20px; + font-size: 18px; +} +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; + } + + .learn { + font-size: 100px; + text-align: center; + padding-left: 20px; + padding-right: 20px; + font-size: 18px; + } +.frame { + + + text-align: center; + +} +.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 67dfc7f5..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" /> - My Blog + Rabbit +
+ +
+ +
+
+

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.

+ + + +
+ +
+ + + +
+ +
+
+ + + +
  • 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 + +
    + +
    +
    + +
    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.
    +
    +
    + Learn more +
    + + +
    + + diff --git a/pesronal webpage b/pesronal webpage new file mode 100644 index 00000000..e69de29b