mirror of
https://gitlab.silvrtree.co.uk/martind2000/booksnew.git
synced 2025-01-12 03:55:08 +00:00
1 line
315 B
CSS
1 line
315 B
CSS
|
* { font-size: 1em; text-align: center; }
body { margin: 0 0; }
#cover img
{
margin: 0 auto; padding: 0; text-align: center; font-style: italic; font-size: 90%;
}
img
{
border: none;
margin: 0 0 ;
padding: 0 0;
position:absolute;
top:0;
left:0;
}
|