Hi,
Technical Documentation Page: https://codepen.io/ericlew/pen/zQavBZ
Please have a look and provide some feedback.
Thanks.
Hi,
Technical Documentation Page: https://codepen.io/ericlew/pen/zQavBZ
Please have a look and provide some feedback.
Thanks.
Don’t use <br>
. Either make each one a paragraph or use margin/padding in CSS
Nice suggestion. I was debating about using a p or br tag. I fixed it now.
Glad I used the br tag because now I realize how much easier it is to separate the paragraphs with CSS. Thanks a lot.