<!--sample solution-->
<style>
p { text-indent: 20px;
border: solid 1px black;
padding: 30px;
color: blue;
background: yellow;}
</style>
<p>
This paragraph should be indented 20 pixels, it should be blue with a yellow background, it should have a black border and it should have 30 pixels of padding.
</p>
No comments:
Post a Comment