Adding creadits
This commit is contained in:
parent
bd94a41b66
commit
af12e895a8
3 changed files with 13 additions and 0 deletions
|
@ -285,6 +285,18 @@ a {
|
|||
background-color: #C09260;
|
||||
}
|
||||
|
||||
.credits {
|
||||
position: relative;
|
||||
top: -120px;
|
||||
text-align: center;
|
||||
color: #D2BD99;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
.credits a {
|
||||
color: #D2BD99;
|
||||
}
|
||||
|
||||
/* Smoke canvas setup */
|
||||
|
||||
#smoke-1 {
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 45 KiB |
|
@ -306,6 +306,7 @@
|
|||
</ul>
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
<div class="credits">HTML by <a href="http://szimadesign.hu/" target="_blank">szimadesign</a>, programming by <a href="http://linkedin.com/in/karolyi" target="_blank">karolyi</a></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue