Skip to content

Commit

Permalink
Created monospace.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delisma committed Jun 29, 2021
1 parent 63bba2b commit bd7c754
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions working-on/typography/monospace.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
altLangPage: #
dateModified: 2021-06-29
lang: en
layout: default
title: Code and preformatted text
---
<span class="wb-prettify"></span>

## Code

<p>... <code>&lt;a href=&quot;#&quot;&gt;link&lt;/a&gt;</code> ...</p>

## Keyboard

<p>Press <kbd>Shift</kbd></p>
<p>Press <kbd><abbr title="Control">Ctrl</abbr></kbd></p>
<p>Press <kbd>Enter</kbd></p>

## Preformatted text

<pre class="prettyprint"><code>&lt;div class=&quot;container-fluid&quot;&gt;
&lt;div class=&quot;row&quot;&gt;
...
&lt;/div&gt;
&lt;/div&gt;
</code></pre>

## Sample

<samp>Sample text Adipisicing laborum proident occaecat sunt pariatur deserunt occaecat ipsum ad do culpa aliqua tempor eiusmod.
Eu officia excepteur nisi aliqua excepteur.</samp>

0 comments on commit bd7c754

Please sign in to comment.