&"/> &">

Home >Web Front-end >CSS Tutorial >Usage of CSS markup offset property

Usage of CSS markup offset property

WBOY
WBOYforward
2023-09-08 17:37:021582browse

The

CSS 标记偏移属性的用法

marker-offset property allows you to specify the distance between a marker and the text associated with the marker.

Example

<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!

Statement:
This article is reproduced at:tutorialspoint.com. If there is any infringement, please contact admin@php.cn delete