bulma/docs/cyp/elements/title.html
2021-11-01 23:07:12 +00:00

25 lines
468 B
HTML

---
layout: cypress
title: Elements/Title
---
<h1 id="title" class="title">
Title <strong>strong</strong>
</h1>
{% for i in (1..7) %}
<p id="title-{{ i }}" class="title is-{{ i }}">
Title <strong>size {{ i }}</strong>
</p>
{% endfor %}
<h1 id="subtitle" class="subtitle">
Subtitle <strong>strong</strong>
</h1>
{% for i in (1..7) %}
<p id="subtitle-{{ i }}" class="subtitle is-{{ i }}">
Subtitle <strong>size {{ i }}</strong>
</p>
{% endfor %}