קוד קורס חיים
Mon Nov 06 2023 01:05:54 GMT+0000 (Coordinated Universal Time)
Saved by @odesign
הקוד שמופיע בסרטון: /* counters */ body { counter-reset: section; } .counter p::before { counter-increment: section; content: counter(section); }Mon Nov 06 2023 01:05:54 GMT+0000 (Coordinated Universal Time)
Saved by @odesign
הקוד שמופיע בסרטון: /* counters */ body { counter-reset: section; } .counter p::before { counter-increment: section; content: counter(section); }
Comments