mirror of
https://git.cant.at/Madeorsk/PollVerlaine
synced 2024-11-01 01:04:32 +01:00
Add link to the code in the footer.
This commit is contained in:
parent
f213622196
commit
c41d9fdd07
@ -10,7 +10,7 @@
|
|||||||
<body>
|
<body>
|
||||||
<?= $body_content ?>
|
<?= $body_content ?>
|
||||||
<footer>
|
<footer>
|
||||||
<a>I am on GitHub!</a>
|
<a href="https://git.cant.at/Madeorsk/PollVerlaine" target="_blank">Here is my code!</a>
|
||||||
</footer>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
@ -97,6 +97,8 @@ footer
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
footer a
|
||||||
|
{ color: #8E8E8E; text-decoration: none; }
|
||||||
|
|
||||||
@media screen and (max-width: 640px)
|
@media screen and (max-width: 640px)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user