Update index.html

This commit is contained in:
ulaulaman 2018-02-05 23:30:02 +01:00 committed by GitHub
parent 2ad6e0872f
commit 68b63ad35e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -69,7 +69,8 @@
} }
.footer { .footer {
background-color: #f1f1f1; width: 100%;
background-color: #CEE0CC;
padding: 10px; padding: 10px;
text-align: center; text-align: center;
} }
@ -140,7 +141,7 @@
</ul> </ul>
</div> </div>
<div class="footer">Ciao</div> <div class="footer">Project maintained by <a href="https://github.com/ulaulaman" target="github">ulaulaman</a> - Hosted on GitHub Pages - Theme by <a href="https://github.com/ulaulaman" target="github">ulaulaman</a></div>
</div> </div>
</div> </div>
</body> </body>