|
17 | 17 | </p>
|
18 | 18 | <h3 class="header">Right Aligned Links</h3>
|
19 | 19 | <p>
|
20 |
| - To right align your navbar links, just add a <code class="language-html">right</code> class to your |
21 |
| - <code class="language-html"> |
22 |
| - <xmp><ul></ul></xmp> |
23 |
| - </code> |
| 20 | + To right align your navbar links, just add a <code class="language-html">right</code> class to the |
| 21 | + <code class="language-html">ul</code> |
24 | 22 | that contains them.
|
25 | 23 | </p>
|
26 | 24 | <nav>
|
@@ -61,10 +59,8 @@ <h3 class="header">Right Aligned Links</h3>
|
61 | 59 | <div id="left" class="section scrollspy">
|
62 | 60 | <h3 class="header">Left Aligned Links</h3>
|
63 | 61 | <p>
|
64 |
| - To left align your navbar links, just add a <code class="language-html">left</code> class to your |
65 |
| - <code class="language-html"> |
66 |
| - <xmp><ul></ul></xmp> |
67 |
| - </code> |
| 62 | + To left align your navbar links, just add a <code class="language-html">left</code> class to the |
| 63 | + <code class="language-html">ul</code> |
68 | 64 | that contains them.
|
69 | 65 | </p>
|
70 | 66 | <nav>
|
@@ -106,10 +102,10 @@ <h3 class="header">Left Aligned Links</h3>
|
106 | 102 | <h3 class="header">Centering the logo</h3>
|
107 | 103 | <p>
|
108 | 104 | The logo will center itself on medium and down screens, but if you want the logo to always be centered, add the <code class="language-html">center</code> class to
|
109 |
| - your |
| 105 | + your |
110 | 106 | <code class="language-html">
|
111 |
| - <xmp><a class="brand-logo"></a></xmp></code |
112 |
| - >. You will have to make sure yourself that links do not overlap if you use this. |
| 107 | + <a class="brand-logo"></a> |
| 108 | + </code>. You will have to make sure yourself that links do not overlap if you use this. |
113 | 109 | </p>
|
114 | 110 | <nav>
|
115 | 111 | <div class="nav-wrapper">
|
|
0 commit comments