Usage of CSS markup offset property

WBOY
Release: 2023-09-08 17:37:02
forward
1568 people have browsed it

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>
Copy after login

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!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template