--- layout: documentation doc-tab: elements doc-subtab: delete --- {% include subnav-elements.html %}

Delete

A versatile delete cross


The .delete element is a stand-alone element that can be used in different contexts.

{% capture cross_example %} {% endcapture %}

On its own, it's a simple circle with a cross:

{{cross_example}}
{% highlight html %} {{cross_example}} {% endhighlight %}
{% capture cross_sizes_example %} {% endcapture %}

It comes in 4 sizes:

{{cross_sizes_example}}
{% highlight html %} {{cross_sizes_example}} {% endhighlight %}
{% capture cross_elements_example %}
Hello World
Lorem ipsum dolor sit amet, consectetur adipiscing elit lorem ipsum dolor sit amet, consectetur adipiscing elit
{% endcapture %}

Bulma uses it for the tags and the notifications:

{{cross_elements_example}}
{% highlight html %} {{cross_elements_example}} {% endhighlight %}