diff options
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | style.css | 17 |
2 files changed, 18 insertions, 0 deletions
@@ -23,6 +23,7 @@ <li><a href="https://ccgkyle.itch.io/">My itch.io</a></li> <li><a href="https://github.com/CoreChg/TransitAPI">My Minecraft TransitAPI</a></li> </ul> + <span class="end">Site made with <3 by Kyle Gunger</span> </div> </body> </html> @@ -22,3 +22,20 @@ a { a:hover { color: black; } + +span.end { + display: block; + margin-top: 10px; + text-emphasis: bold; +} + +span.end::before { + display: block; + + width: 100%; + height: 3px; + + background-color: #bbb; + + content: ''; +}
\ No newline at end of file |