add rights

This commit is contained in:
devfake 2015-07-04 19:54:25 +02:00
parent d0b7a212c8
commit 6c42a82b87
2 changed files with 15 additions and 1 deletions

View File

@ -90,4 +90,14 @@ body {
.card {
cursor: pointer;
}
.rights {
position: fixed;
bottom: 20px;
font-size: 14px;
width: 100%;
text-align: right;
color: #8798ac;
right: 20px;
}

View File

@ -89,4 +89,8 @@
</div>
</div>
</section>
</section>
<footer class="rights">
<p>This is a fan game and all rights are reserved by CD Projekt</p>
</footer>