Stuck inside and bored. Nothing important or needed, just curious about this.
Is it possible to make a page border to, for example, put it around a title page, one made by the calibre Generate Cover plugin?
Simplest example would be a solid line. I tried this in the CSS:
Code:
.broider {
border-width: 28px;
border-style: solid;
}
With the html having 'body class="broider"'. On the Kobo that gave me a black border on the left, right, and top, but not the bottom.
This is what made me wonder if I could do it:
https://maxbittker.github.io/broider/
Which is referenced from:
https://css-tricks.com/how-to-make-r...border-images/