Skip to content

Commit 0e39ff1

Browse files
⚡ Update
1 parent a5e4c1e commit 0e39ff1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

index.html

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
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;
@@ -18,6 +17,17 @@
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>
112125
window.cb = document.getElementById('cb');
113126
</script>

0 commit comments

Comments
 (0)