Skip to content

HTML CODE #2

Description

@Fotik007
<style> .LinkList1 { counter-reset: item; list-style-type: none; padding-left: 10px; } .LinkList1 li { position: relative; background: #e1e9ff6b; color: #ff9c9c; margin-bottom: 4px; padding: 10px 20px; } .LinkList1 li::before { content: counter(item); counter-increment: item; position: absolute; left: -20px; top: 10px; width: 30px; height: 30px; text-align: center; line-height: 30px; border-radius: 50%; background-color: #185abc; color: white; } </style>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions