Update index.html

This commit is contained in:
2022-03-13 15:36:41 +01:00
committed by GitHub
parent 77ca2b0599
commit 4d655ee091

View File

@ -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>