From 9eefe69f1c774b47c7c8868ef2a98f42af51bf75 Mon Sep 17 00:00:00 2001 From: steevLP Date: Mon, 1 Feb 2021 11:05:46 +0100 Subject: [PATCH] sort of added code embed --- dist/9fe7b1b7e5e98c2e3a4ea4f053439023.css | 5 ++++- dist/index.html | 10 +++++----- src/index.html | 13 +++---------- src/scss/main.sass | 7 +++++-- 4 files changed, 17 insertions(+), 18 deletions(-) diff --git a/dist/9fe7b1b7e5e98c2e3a4ea4f053439023.css b/dist/9fe7b1b7e5e98c2e3a4ea4f053439023.css index 14ec7d0..9375fa0 100644 --- a/dist/9fe7b1b7e5e98c2e3a4ea4f053439023.css +++ b/dist/9fe7b1b7e5e98c2e3a4ea4f053439023.css @@ -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; diff --git a/dist/index.html b/dist/index.html index 5091252..96b1f6c 100644 --- a/dist/index.html +++ b/dist/index.html @@ -27,16 +27,16 @@
                     
-

test

-code here, escape it yourself. +

test

+ code here, escape it yourself.
                     
-

test

-code here, escape it yourself. -

test

+

test

+ code here, escape it yourself. +

test

Alert Elements

diff --git a/src/index.html b/src/index.html index de438bc..4a83e30 100644 --- a/src/index.html +++ b/src/index.html @@ -25,18 +25,11 @@
-
-                    
-

test

-code here, escape it yourself. -
-
-
                     
-

test

-code here, escape it yourself. -

test

+

test

+ code here, escape it yourself. +

test

Alert Elements

diff --git a/src/scss/main.sass b/src/scss/main.sass index 1b3a886..32a9fa8 100644 --- a/src/scss/main.sass +++ b/src/scss/main.sass @@ -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