<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<div class="container">
<div class="description">
<p class="text">
Kangaroos are marsupials native to Australia, known for their powerful
hind legs, long tails, and distinctive pouches in which they carry
their young. They are well-adapted to life in the harsh Australian
outback, where they use their legs to travel long distances and hop
with incredible speed and agility.
</p>
<p class="text">
Kangaroos are social animals, often living in groups called mobs or
troops. They communicate with each other using a variety of sounds and
body language, including growling, grunting, and thumping their feet.
</p>
<p class="text">
There are several different species of kangaroo, ranging in size from
the tiny musky rat-kangaroo, which is only about the size of a mouse,
to the red kangaroo, which is the largest marsupial in the world.
</p>
<p class="text">
While kangaroos are generally considered to be peaceful animals, they
can pose a danger to humans and pets if they feel threatened or
cornered. They have been known to attack people and dogs, using their
hind legs to deliver powerful kicks.
</p>
</div>
<div class="photo">
<img
class="illustration"
src="https://codefinity-content-media.s3.eu-west-1.amazonaws.com/code-1/advanced+css+techniques/positioning+section/kangaroo-challenge-example-v2.png"
alt="kangaroo"
width="128px"
/>
</div>
</div>
<div class="container">
<div class="description">
<p class="text">
Pandas are an iconic species native to China, known for their
distinctive black and white coloring, large round faces, and cuddly
appearance.
</p>
<p class="text">
Pandas are endangered, with only around 1,800 individuals left in the
wild. They face numerous threats, including habitat loss due to human
development, poaching, and a low reproductive rate.
</p>
<p class="text">
Pandas are a cultural symbol of China, and have been revered for
centuries. They feature prominently in Chinese art, literature, and
folklore, and are considered a national treasure.
</p>
<p class="text">
Pandas have unique physical and behavioral characteristics that make
them fascinating to study. For example, they have a "thumb" that is
actually an extension of their wrist bone, which they use to grasp
bamboo stalks.
</p>
</div>
<div class="photo">
<img
class="illustration"
src="https://codefinity-content-media.s3.eu-west-1.amazonaws.com/code-1/advanced+css+techniques/positioning+section/panda-challenge-example-v2.png"
alt="panda"
width="128px"
/>
</div>
</div>
</body>
</html>