<div class="card">
<h2>Card Title</h2>
<p>Card Content</p>
</div>
@scope (.card) {
:scope {
border: 1px solid #e0e0e0;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
max-width: 300px;
padding: 16px;
}
h2 {
font-size: 1.5rem;
font-weight: bold;
margin: 0;
}
p {
color: #333;
}
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.