mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 02:16:15 -04:00
Update article example to use a header
This commit is contained in:
parent
ddabc3e1ef
commit
6971460bca
1 changed files with 2 additions and 0 deletions
|
@ -1023,11 +1023,13 @@
|
||||||
<pre><code><<b>article</b>>I'm a card!</<b>article</b>></code></pre>
|
<pre><code><<b>article</b>>I'm a card!</<b>article</b>></code></pre>
|
||||||
<p>You can use <code><<b>header</b>></code> and footer <code><<b>footer</b>></code> inside <code><<b>article</b>></code></p>
|
<p>You can use <code><<b>header</b>></code> and footer <code><<b>footer</b>></code> inside <code><<b>article</b>></code></p>
|
||||||
<article aria-label="Card sectioning example">
|
<article aria-label="Card sectioning example">
|
||||||
|
<header>Header</header>
|
||||||
Body
|
Body
|
||||||
<footer>Footer</footer>
|
<footer>Footer</footer>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<pre><code><<b>article</b>>
|
<pre><code><<b>article</b>>
|
||||||
|
<<b>header</b>>Header</<b>header</b>>
|
||||||
Body
|
Body
|
||||||
<<b>footer</b>>Footer</<b>footer</b>>
|
<<b>footer</b>>Footer</<b>footer</b>>
|
||||||
</<b>article</b>></code></pre>
|
</<b>article</b>></code></pre>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue