<html>
<head>
<style>
.paddingLeft{
background-color: pink;
padding-left: 200px;
}
.paddingRight {
background-color: lightBlue;
padding-right: 200px;
}
</style>
</head>
<body>
<h1> A story of two diametrically opposing views </h1>
<p class="paddingRight">People who like pouring milk first and then adding the cereal after are protesting in the Washington D.C. area in an effort to make it a popular option.</p><p class="paddingLeft">People who add the cereal first and the milk second are opposing the movement, saying that "It's just not right"</p>
</body>
</html>]]>Make sure to type padding-right: 200px;
.