Skip to content

Commit

Permalink
style: Making HowTo More Narrow
Browse files Browse the repository at this point in the history
Mobile design friendliness
  • Loading branch information
James Brundage committed Apr 22, 2024
1 parent 2dfcaa5 commit 7e22abe
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions docs/_includes/HowTo.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<code language='html'>
&lt;link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/2bitdesigns/4bitcss@latest/css/<span class='ColorSchemeFileName' />" id="4bitcss"/&gt;
&lt;link rel="stylesheet"
type="text/css"
href="https://cdn.jsdelivr.net/gh/2bitdesigns/4bitcss@latest/css/<span class='ColorSchemeFileName' />"
id="4bitcss" /&gt;
</code>

### HTML
Expand All @@ -15,7 +18,11 @@
### SVG

~~~svg
<svg viewBox="0 0 100 100" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://www.w3.org/2000/svg" height="20%" width="20%" >
<svg
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 100 100"
height="20%" width="20%">
<rect width="50%" height="50%" x="25%" y="25%" class="purple-stroke blue-fill" />
<circle r="25%" cx="50%" cy="50%" class="red-stroke green-fill" />
<line x1="0%" x2="100%" y1="50%" y2="50%" class="purple-stroke" />
Expand Down

0 comments on commit 7e22abe

Please sign in to comment.