DrSchool Learn coding, fast.
EN AR BN CS DE EL Search

Strings — Example 33

Quick explanation + ready code for: Strings.

CSS Strings Back to examples
Back to language
Syntax: Strings in CSS. ID: #33

Code

.badge::after{ content:"lesson-21"; }

Notes

You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests.