diff --git a/public/css/style.css b/public/css/style.css index 7bf8c99..0ddd569 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -140,3 +140,34 @@ footer { #preview.column { white-space: normal; } + +#divider { + width: 5px; + background-color: #ccc; + cursor: ew-resize; +} + +#printer-button { + margin-right: 32px; +} + +#load-button { + margin-left: 48px; +} + +#save-button { + margin-left: 16px; +} + +.code-copy-button { + position: absolute; + top: 6px; + right: 6px; + background-color: transparent; + border: none; + cursor: pointer; + width: 16px; + height: 16px; + background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2224%22 height=%2224%22 fill=%22none%22 stroke=%22DarkSlateGray%22 stroke-width=%222%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22 class=%22feather feather-copy%22 viewBox=%220 0 24 24%22%3E%3Crect x=%229%22 y=%229%22 width=%2213%22 height=%2213%22 rx=%222%22 ry=%222%22%3E%3C/rect%3E%3Cpath d=%22M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1%22%3E%3C/path%3E%3C/svg%3E'); + background-size: cover; +} \ No newline at end of file diff --git a/public/iframe-pdf.html b/public/iframe-pdf.html new file mode 100644 index 0000000..3b9f394 --- /dev/null +++ b/public/iframe-pdf.html @@ -0,0 +1,76 @@ + + +
+ + + + + + + + +