Skip to content

Commit

Permalink
Add card, #60
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Jul 17, 2020
1 parent d127e65 commit 0cea96a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions patterns/cards.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<h2><?php esc_attr_e( 'Card', 'WpAdminStyle' ); ?></h2>
<div class="card">
<h2 class="title"><?php esc_attr_e( 'Main Content Title', 'WpAdminStyle' ); ?></h2>
<p><?php esc_attr_e(
'WordPress started in 2003 with a single bit of code to enhance the typography of everyday writing and with fewer users than you can count on your fingers and toes. Since then it has grown to be the largest self-hosted blogging tool in the world, used on millions of sites and seen by tens of millions of people every day.',
'WpAdminStyle'
); ?></p>
</div>

0 comments on commit 0cea96a

Please sign in to comment.