File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 88 < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.1.0/styles/vs.min.css ">
99 < style >
1010 body {
11- padding : 20px 20px 50vh ;
1211 margin : 0 auto;
1312 max-width : 640px ;
1413 font-family : sans-serif;
1817 h2 : not (: first-of-type ) {
1918 margin-top : 100px ;
2019 }
20+
21+ main {
22+ padding : 20px 20px 0 ;
23+ }
24+
25+ footer {
26+ padding : 20px ;
27+ margin : 50vh 0 0 ;
28+ text-align : center;
29+ border-top : 1px solid # 000 ;
30+ }
2131 </ style >
2232 <!-- <script src="./lib/html-code-block-element.core.min.js" defer></script> -->
2333 < script src ="./lib/html-code-block-element.common.min.js " defer > </ script >
@@ -108,6 +118,9 @@ <h2>Hello world</h2>
108118</ code-block >
109119
110120</ main >
121+ < footer >
122+ < p > < a href ="https://github.com/heppokofrontend/html-code-block-element "> Github</ a > </ p >
123+ </ footer >
111124< script >
112125window . cb = document . getElementById ( 'cb' ) ;
113126</ script >
You can’t perform that action at this time.
0 commit comments