hi!
Is it possible to have bigger bullets in the ul? (right now, they appear quite small on the PDF).
Thanks
Is it possible to have bigger bullets in the ul? (right now, they appear quite small on the PDF).
Thanks
li::marker {
content: "/* here */";
}
li::marker {
font-size: 1.2em;
}
li::marker {
font-size: 2em;
margin-top: 1000px;
}
li::marker {
font-size: 2em;
vertical-align: bottom;
}
li::marker {
content: '\25CF'
}