Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
P { margin-bottom: 20px; }
P { padding-bottom: 20px; }
p {
margin-top: 20px;
margin-bottom: 20px;
}
p {
margin:10px;
}
p { margin: 0px; }
<HTML>
<HEAD>
<STYLE TYPE="text/css">
p { margin: 0px; }
</STYLE>
</HEAD>
<BODY>
<P>This is paragraph 1</P>
<P>This is paragraph 2</P>
<P>This is paragraph 3</P>
</BODY>
</HTML>