sort of added code embed
This commit is contained in:
parent
440b59f3c9
commit
9eefe69f1c
5
dist/9fe7b1b7e5e98c2e3a4ea4f053439023.css
vendored
5
dist/9fe7b1b7e5e98c2e3a4ea4f053439023.css
vendored
@ -2,7 +2,10 @@
|
||||
box-sizing: border-box; }
|
||||
|
||||
pre {
|
||||
border: 1px solid black; }
|
||||
border: 1px solid black;
|
||||
border-radius: 5px;
|
||||
background-color: #f1f1f1;
|
||||
font-size: 12pt; }
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
|
@ -25,13 +25,6 @@
|
||||
</header>
|
||||
<main>
|
||||
<div class="container">
|
||||
<pre style="margin: 0;" class="code">
|
||||
<code>
|
||||
<h1>test</h1>
|
||||
code here, escape it yourself.
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
<pre>
|
||||
<code>
|
||||
<h1>test</h1>
|
||||
|
@ -16,6 +16,9 @@ $success_dark: #27ae60
|
||||
box-sizing: border-box
|
||||
pre
|
||||
border: 1px solid black
|
||||
border-radius: 5px
|
||||
background-color: $navBG
|
||||
font-size: 12pt
|
||||
body
|
||||
margin: 0
|
||||
padding: 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user