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;
|
||||
|
10
dist/index.html
vendored
10
dist/index.html
vendored
@ -27,16 +27,16 @@
|
||||
<div class="container">
|
||||
<pre style="margin: 0;" class="code">
|
||||
<code>
|
||||
<h1>test</h1>
|
||||
code here, escape it yourself.
|
||||
<h1>test</h1>
|
||||
code here, escape it yourself.
|
||||
</code>
|
||||
</pre>
|
||||
|
||||
<pre>
|
||||
<code>
|
||||
<h1>test</h1>
|
||||
code here, escape it yourself.
|
||||
<h2>test</h2>
|
||||
<h1>test</h1>
|
||||
code here, escape it yourself.
|
||||
<h2>test</h2>
|
||||
</code>
|
||||
</pre>
|
||||
<h1 style="text-align: center;">Alert Elements</h1>
|
||||
|
@ -25,18 +25,11 @@
|
||||
</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>
|
||||
code here, escape it yourself.
|
||||
<h2>test</h2>
|
||||
<h1>test</h1>
|
||||
code here, escape it yourself.
|
||||
<h2>test</h2>
|
||||
</code>
|
||||
</pre>
|
||||
<h1 style="text-align: center;">Alert Elements</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
|
||||
@ -28,8 +31,8 @@ main
|
||||
width: 100%
|
||||
word-break: break-all
|
||||
@for $i from 1 through 12
|
||||
h#{$i}
|
||||
margin: 0
|
||||
h#{$i}
|
||||
margin: 0
|
||||
.dev
|
||||
border: 1px solid black
|
||||
.display
|
||||
|
Loading…
x
Reference in New Issue
Block a user