Card
Display a bordered container with title area.
header
, text
With header
attribute and plain text:
{{< hackcss-card header="Title" text="Lorem ipsum dolor sit amet" />}}
Lorem ipsum dolor sit amet
With header
attribute and formatted text:
{{< hackcss-card header="Hacker Ipsum" >}}<samp>Haxx0r ipsum true class firewall continue bytes recursively grep <b>Linus Torvalds</b> gobble Trojan horse d00dz baz. Crack bang <mark>ssh for int buffer</mark> sql fork mailbomb gnu then client salt spoof. Server python error throw sudo fatal while echo dereference concurrently.</samp>{{< /hackcss-card >}}
Haxx0r ipsum true class firewall continue bytes recursively grep Linus Torvalds gobble Trojan horse d00dz baz. Crack bang ssh for int buffer sql fork mailbomb gnu then client salt spoof. Server python error throw sudo fatal while echo dereference concurrently.
With header
attribute, External, Button and HTML:
{{< hackcss-card header="DJI Mavic Air Quadcopter with Remote Controller - Arctic White" >}}
<img src="/images/products/mavic-air.png">
{{< external rel="next" href="https://vhs.codeberg.page/mavic-air" >}}
{{< hackcss-button type="primary" text="View on Amazon" isblock="true" />}}
{{< /external >}}
{{< /hackcss-card >}}