The
marker-offset property allows you to specify the distance between a marker and the text associated with the marker.
<html> <head> </head> <body> <ul style = "list-style: inside square; marker-offset:2em;"> <li>LAN</li> <li>WAN</li> </ul> </body> </html>
The above is the detailed content of Usage of CSS markup offset property. For more information, please follow other related articles on the PHP Chinese website!