Top Categories
CSS Tutorial For Beginners 35 - Paragraph Spacing
- Category:
- Sub Category:
Yo ninjas! In this CSS tutorial for beginners I'll walk you through how to space out paragraph tags on a page using the margin property. Consider this a gentle introduction into the box model in CSS. In the next lesson we'll learn even more about margins and the box model property. When a
Yo ninjas! In this CSS tutorial for beginners I'll walk you through how to space out paragraph tags on a page using the margin property. Consider this a gentle introduction into the box model in CSS. In the next lesson we'll learn even more about margins and the box model property. When applying spacing between paragraph tags, it's normally best just to apply a margin to either the bottom or the top of the tag. I opt for bottom, but this is your choice. Anyway, peace out, have fun and keep coding :).