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

Classes / Objects — Example 102

Quick explanation + ready code for: Classes / Objects.

CSS Classes / Objects Back to examples
Back to language
Syntax: Classes / Objects in CSS. ID: #102

Code

.card{ border:1px solid #e5e7eb; border-radius:16px; }

Notes

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