diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-07-25 13:37:05 +0200 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2021-07-25 13:37:05 +0200 |
commit | 1badaaa9f2afffa2d71c730e01e77928c8677f03 (patch) | |
tree | 5514d5ce8c4f4e0cbd627f93ce7e7ce844c7b37f /footer.html |
Diffstat (limited to 'footer.html')
-rw-r--r-- | footer.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/footer.html b/footer.html new file mode 100644 index 0000000..a89ec62 --- /dev/null +++ b/footer.html @@ -0,0 +1,16 @@ +<style> +.copy-left { + display: inline-block; + text-align: right; + margin: 0px; + -moz-transform: scaleX(-1); + -o-transform: scaleX(-1); + -webkit-transform: scaleX(-1); + transform: scaleX(-1); + filter: FlipH; + -ms-filter: "FlipH"; +} +</style> +<div class="footer"> + <h3><span class="copy-left">©</span> ElenQ Technology</h6> +</div> |