<style>
p {
margin: 40px;
font-size: 24px;
font-family: serif;
color: #aaaaaa;
font-style: italic;
}
/* Add Your Declarations Here */
p:before {
content: "Once upon a time ";
}
p:after {
content: " and lived happily ever after.";
}
</style>
<p>a princess was locked in the tower...she escaped</p>
<p>you learned to code with Codecademy, got a good job</p>
No comments:
Post a Comment