1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-19 20:21:26 +02:00

Input control basic documentation

This commit is contained in:
Angelos Chalaris
2016-12-06 14:25:43 +02:00
parent 5824b6fb10
commit a0f3e6ff8f
3 changed files with 167 additions and 23 deletions

View File

@@ -238,7 +238,7 @@
<span class="fore-tertiary">&lt;!-- navigation content --&gt;</span>
&lt;/nav&gt;
&lt;/div&gt;</pre>
<p class="do"><mark class="tertiary">Do:</mark>&nbsp;We strongly recommend using the <code>&lt;nav&gt;</code> element in combination with the <a href="grid.html"><strong>grid</strong> module</a> to make your layouts more responsive. For example, you could make your sidebar appear on the left side of your content in medium-sized and larger screens, but move to the very bottom of your content on smaller screens.</p>
<p class="do"><mark class="tertiary">Do:</mark>&nbsp;We strongly recommend using the <code>&lt;nav&gt;</code> element in combination with the <a href="grid.html"><strong>grid</strong></a> module to make your layouts more responsive. For example, you could make your sidebar appear on the left side of your content in medium-sized and larger screens, but move to the very bottom of your content on smaller screens.</p>
</div>
</div>
</div>