mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
17 lines
267 B
HTML
17 lines
267 B
HTML
<div class="card">
|
|
<div class="card-header">
|
|
<h3 class="card-title">Card with code</h3>
|
|
</div>
|
|
<div class="card-code">
|
|
{% highlight css %}
|
|
.card-footer {
|
|
background: transparent;
|
|
|
|
&:last-child {
|
|
border-radius: 0 0 1 2;
|
|
}
|
|
}
|
|
{% endhighlight %}
|
|
</div>
|
|
</div>
|