mirror of
https://github.com/jgthms/bulma
synced 2026-03-19 03:44:31 -07:00
Add Title specs
This commit is contained in:
24
docs/cyp/elements/title.html
Normal file
24
docs/cyp/elements/title.html
Normal file
@@ -0,0 +1,24 @@
|
||||
---
|
||||
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 %}
|
||||
Reference in New Issue
Block a user