You do not "override" the css to create more space between paragraphs on a specific page (and again... the page you're referring to does not exist. The content you're envisioning as being on the same page could, in fact, be spread across multiple "screens" on a reader's device depending on their personal settings). You change the html to identify the specific paragraphs you want more space in between, and then you create more space between them by applying new styles to those particular elements in your stylesheet.
|