sort of added code embed

This commit is contained in:
steevLP 2021-02-01 11:05:46 +01:00
parent 440b59f3c9
commit 9eefe69f1c
4 changed files with 17 additions and 18 deletions

View File

@ -2,7 +2,10 @@
box-sizing: border-box; } box-sizing: border-box; }
pre { pre {
border: 1px solid black; } border: 1px solid black;
border-radius: 5px;
background-color: #f1f1f1;
font-size: 12pt; }
body { body {
margin: 0; margin: 0;

View File

@ -25,13 +25,6 @@
</header> </header>
<main> <main>
<div class="container"> <div class="container">
<pre style="margin: 0;" class="code">
<code>
<h1>test</h1>
code here, escape it yourself.
</code>
</pre>
<pre> <pre>
<code> <code>
<h1>test</h1> <h1>test</h1>

View File

@ -16,6 +16,9 @@ $success_dark: #27ae60
box-sizing: border-box box-sizing: border-box
pre pre
border: 1px solid black border: 1px solid black
border-radius: 5px
background-color: $navBG
font-size: 12pt
body body
margin: 0 margin: 0
padding: 0 padding: 0