Commit 8e341214 authored by whzecomjm's avatar whzecomjm
Browse files

add copyleft

parent 97b8ae4b
Loading
Loading
Loading
Loading

html-css/copyleft.html

0 → 100644
+17 −0
Original line number Diff line number Diff line
<style>
  .copy-left {
     display: inline-block;
     text-align: right;
     margin: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }
</style>

<p><span class="copy-left">&copy;</span><span>&nbsp;Copyleft</span></p>

// This makes the "Copyleft symbol." Credit to the Stack Overflow user "Anonimo" for the help on the CSS <http://stackoverflow.com/users/2178220/anonimo>
 No newline at end of file