test footer

This commit is contained in:
Lucas Kent 2022-12-14 14:15:04 -05:00 committed by GitHub
parent 3fa03e0571
commit a7b8dde82e
2 changed files with 3 additions and 3 deletions

View File

@ -52,7 +52,7 @@ body {
} }
/* Footer */ /* Footer */
.footer { .fofoter {
padding: 20px; padding: 20px;
text-align: center; text-align: center;
background: #ddd; background: #ddd;

View File

@ -37,7 +37,7 @@
<link rel="stylesheet" href="/assets/styles/navbar.css" /> <link rel="stylesheet" href="/assets/styles/navbar.css" />
<link rel="stylesheet" href="/assets/styles/blog.css" /> <link rel="stylesheet" href="/assets/styles/blog.css" />
<link rel="stylesheet" href="/assets/styles/Font.css"> <link rel="stylesheet" href="/assets/styles/Font.css">
<link rel="stylesheet" href="/assets/styles/footer.css">
</head> </head>
<body> <body>
<div class="bg"></div> <div class="bg"></div>
@ -80,7 +80,7 @@
</div> </div>
</div> </div>
<div class="footer"> <div id="footer">
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Lucas</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a><br />This work by <span xmlns:cc="http://creativecommons.org/ns#" property="cc:attributionName">Lucas</span> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.
</div> </div>
</body> </body>