diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..6f3a2913 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/Form-Controls/index.html b/Form-Controls/index.html index 4344b144..5c71cd38 100644 --- a/Form-Controls/index.html +++ b/Form-Controls/index.html @@ -14,14 +14,46 @@
+ ‘The zoo is open every day of the year and features three major + biomes: the Tropic Zone, Temperate Territory, and the Polar Circle. + From tropical birds, to snow leopards, grizzly bears, and one of the + nation’s largest colonies of Antarctic penguins, there are animals to + enjoy in every season.’ +
+Opening 2021!
-Opening 2021!
+Did you know that a bear's closest relative is the seal? Or that bears can smell over 2,000 times better than humans?
-+ Did you know that a bear's closest relative is the seal? Or that bears + can smell over 2,000 times better than humans? +
+Giraffes are the world's tallest mammals, thanks to their towering legs and long necks. A giraffe's legs alone are taller than many humans—about 6 feet . These long legs allow giraffes to run as fast as 35 miles an hour over short distances and cruise comfortably at 10 miles an hour over longer distances.
++ Giraffes are the world's tallest mammals, thanks to their towering + legs and long necks. A giraffe's legs alone are taller than many + humans—about 6 feet . These long legs allow giraffes to run as fast as + 35 miles an hour over short distances and cruise comfortably at 10 + miles an hour over longer distances. +
-Typically, these fascinating animals roam the open grasslands in small groups of about half a dozen.
++ Typically, these fascinating animals roam the open grasslands in small + groups of about half a dozen. +
-Bulls sometimes battle one another by butting their long necks and heads. Such contests aren't usually dangerous and end when one animal submits and walks away.
++ Bulls sometimes battle one another by butting their long necks and + heads. Such contests aren't usually dangerous and end when one animal + submits and walks away. +
-Giraffes use their height to good advantage and browse on leaves and buds in treetops that few other animals can reach (acacias are a favorite). Even the giraffe's tongue is long! The 21-inch tongue helps them pluck tasty morsels from branches. Giraffes eat most of the time and, like cows, regurgitate food and chew it as cud. A giraffe eats hundreds of pounds of leaves each week and must travel miles to find enough food.
-+ Giraffes use their height to good advantage and browse on leaves and + buds in treetops that few other animals can reach (acacias are a + favorite). Even the giraffe's tongue is long! The 21-inch tongue helps + them pluck tasty morsels from branches. Giraffes eat most of the time + and, like cows, regurgitate food and chew it as cud. A giraffe eats + hundreds of pounds of leaves each week and must travel miles to find + enough food. +
+Explore our activities, videos, and lesson plans to support a wide range of curriculum topics
- -+ Explore our activities, videos, and lesson plans to support a wide + range of curriculum topics +
+ +There are AMAZING benefits of becoming a member with Birmingham Zoo! Our members get special discounts in our shops, cafes, and unlimited entry
- -+ There are AMAZING benefits of becoming a member with + Birmingham Zoo! Our members get special discounts in our shops, cafes, + and unlimited entry +
+ +-
- w3schools.com - National Geographic - Wikipedia -diff --git a/Form-Controls/styles.css b/Form-Controls/styles.css index e69de29b..693ad084 100644 --- a/Form-Controls/styles.css +++ b/Form-Controls/styles.css @@ -0,0 +1,18 @@ +html { + background-color: darkgray; + text-align: center; +} +h1{ + text-align: center; + border: 1px solid maroon; + font-weight: normal; + background-color: maroon; + border-radius: 5px; +} +h2{ + text-align: center; + border: 1px solid maroon; + font-weight: small; + background-color: maroon; + border-radius: 5px; +} \ No newline at end of file diff --git a/zoo-css-challenge/index.html b/zoo-css-challenge/index.html index 0892fd58..e484496c 100644 --- a/zoo-css-challenge/index.html +++ b/zoo-css-challenge/index.html @@ -1,136 +1,194 @@ -
- - -