<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
<body>
<main id="main">
<header>
<h1 id="title"> The Koala Bear</h1>
The man who saved a billion lives
</header>
<div id="img-div">
<figure>
<img id="image" src="https://upload.wikimedia.org/wikipedia/commons/4/49/Koala_climbing_tree.jpg" alt="koala bear image not showing">
<figcaption id="img-caption">A Koala Bear on a tree trunk</figcaption>
</figure>
</div>
<section id="tribute-info">
<p><h3>What you need to know about the Koala Bear</h3></p>
<ul>
<li>The koala or, inaccurately, koala bear[a] (Phascolarctos cinereus) is an arboreal herbivorous marsupial native to Australia. It is the only extant representative of the family Phascolarctidae and its closest living relatives are the wombats, which comprise the family Vombatidae. The koala is found in coastal areas of the mainland's eastern and southern regions, inhabiting Queensland, New South Wales, Victoria, and South Australia. It is easily recognisable by its stout, tailless body and large head with round, fluffy ears and large, spoon-shaped nose. The koala has a body length of 60–85 cm (24–33 in) and weighs 4–15 kg (9–33 lb). Fur colour ranges from silver grey to chocolate brown. Koalas from the northern populations are typically smaller and lighter in colour than their counterparts further south. These populations possibly are separate subspecies, but this is disputed.
Koalas typically inhabit open eucalypt woodlands, and the leaves of these trees make up most of their diet. Because this eucalypt diet has limited nutritional and caloric content, koalas are largely sedentary and sleep up to 20 hours a day. They are asocial animals, and bonding exists only between mothers and dependent offspring. Adult males communicate with loud bellows that intimidate rivals and attract mates. Males mark their presence with secretions from scent glands located on their chests. Being marsupials, koalas give birth to underdeveloped young that crawl into their mothers' pouches, where they stay for the first six to seven months of their lives. These young koalas, known as joeys, are fully weaned around a year old. Koalas have few natural predators and parasites, but are threatened by various pathogens, such as Chlamydiaceae bacteria and the koala retrovirus.
Koalas were hunted by Indigenous Australians and depicted in myths and cave art for millennia.</li>
<li>The first recorded encounter between a European and a koala was in 1798, and an image of the animal was published in 1810 by naturalist George Perry.</li>
<li>Botanist Robert Brown wrote the first detailed scientific description of the koala in 1814, although his work remained unpublished for 180 years.</li>
<li>Popular artist John Gould illustrated and described the koala, introducing the species to the general British public. Further details about the animal's biology were revealed in the 19th century by several English scientists.</li>
<li>Because of its distinctive appearance, the koala is recognised worldwide as a symbol of Australia. Koalas are listed as Vulnerable by the International Union for Conservation of Nature.</li>
<li>The animal was hunted heavily in the early 20th century for its fur, and large-scale cullings in Queensland resulted in a public outcry that initiated a movement to protect the species.</li>
<li>Sanctuaries were established, and translocation efforts moved to new regions koalas whose habitat had become fragmented or reduced.</li>
<li>Among the many threats to their existence are habitat destruction caused by agriculture, urbanisation, droughts and associated bushfires, some related to climate change</li>
<li>[4] Increased habitat loss may also increase risks from vehicle traffic, dog attacks, pesticides in waterways, and increased food competition</li></ul>
</section>
<footer>
If you have time, you could read more about this incredible human being on <a id="tribute-link" target="_blank" href="#">his Wikipedia entry</a>
</footer>
</main>
</body>
<!--
Hello Camper!
For now, the test suite only works in Chrome! Please read the README below in the JS Editor before beginning. Feel free to delete this message once you have read it. Good luck and Happy Coding!
- The freeCodeCamp Team
-->
#main{
background-color:grey;
text-align:center;
padding:10px;
padding-left:15px;
padding-right:15px;
}
header{
padding:20px;
}
h1{
font-size:50px;
font-style:oblique;
}
#img-div{
text-align:center;
background-color:white;
}
#image{
display:block;
width:100%;
margin:0 auto;
height:auto;
max-width:100%;
}
figcaption{
font-style:italic;
}
#tribute-info{
text-align:
}
ul{
}
li{
text-align:justify;
width:40%;
position:relative;
left:30%;
}
// !! IMPORTANT README:
// You may add additional external JS and CSS as needed to complete the project, however the current external resource MUST remain in place for the tests to work. BABEL must also be left in place.
/***********
INSTRUCTIONS:
- Select the project you would
like to complete from the dropdown
menu.
- Click the "RUN TESTS" button to
run the tests against the blank
pen.
- Click the "TESTS" button to see
the individual test cases.
(should all be failing at first)
- Start coding! As you fulfill each
test case, you will see them go
from red to green.
- As you start to build out your
project, when tests are failing,
you should get helpful errors
along the way!
************/
// PLEASE NOTE: Adding global style rules using the * selector, or by adding rules to body {..} or html {..}, or to all elements within body or html, i.e. h1 {..}, has the potential to pollute the test suite's CSS. Try adding: * { color: red }, for a quick example!
// Once you have read the above messages, you can delete all comments.
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.