Update index.html
This commit is contained in:
@ -101,6 +101,23 @@
|
|||||||
</pre>
|
</pre>
|
||||||
due to an issue that only should appear when displying code the script tag for the optional Javascript file is commented out if using it, don't add it as comment.
|
due to an issue that only should appear when displying code the script tag for the optional Javascript file is commented out if using it, don't add it as comment.
|
||||||
<br><br>
|
<br><br>
|
||||||
|
<h1>Embeds</h1>
|
||||||
|
these can be used to highlight a special area
|
||||||
|
<div class="embed">
|
||||||
|
<h1>embed example</h1>
|
||||||
|
<hr>
|
||||||
|
<p>More embed text</h1>
|
||||||
|
</div>
|
||||||
|
<pre>
|
||||||
|
<code class="language-html">
|
||||||
|
<div class="embed">
|
||||||
|
<h1>embed example</h1>
|
||||||
|
<hr>
|
||||||
|
<p>More embed text</h1>
|
||||||
|
</div>
|
||||||
|
</code>
|
||||||
|
</pre>
|
||||||
|
|
||||||
<h1>General Structure classes</h1>
|
<h1>General Structure classes</h1>
|
||||||
there are multiple classes one can use to bring strcuture into his site.<br>
|
there are multiple classes one can use to bring strcuture into his site.<br>
|
||||||
one is using the container class wich centers content and adds spacing to both sides<br>
|
one is using the container class wich centers content and adds spacing to both sides<br>
|
||||||
|
Reference in New Issue
Block a user