Quote:
Originally Posted by dunhill
Can this work for line spacing?
p {
line-height: 300%;
}
|
Yes but why would you want every paragraph to be triple spaced? Though I have seen similar techniques used to boost page counts in Kindle Unlimited books. You might also want to add a !important after the 300%.
p {
line-height: 300% !important;
}