From 95ee249a161fc0d2719400667739846b97cb20e6 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 29 Oct 2024 14:03:33 +1100 Subject: more template changes --- template.txt | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/template.txt b/template.txt index b0e2068..ea4817e 100644 --- a/template.txt +++ b/template.txt @@ -115,6 +115,18 @@ td {text-align: center;} transform: scaleX(1); z-index: 1; } +.running-sprite2 { + position: fixed; + bottom: 5px; + left: 0; + width: 60px; /* Adjust based on your sprite's actual size */ + height: 60px; /* Adjust based on your sprite's actual size */ + background-image: url('https://danieljones.au/media/rem_run.gif'); + background-size: cover; + animation: run-sprite 15s linear infinite; + transform: scaleX(1); + z-index: 1; +} @keyframes run-sprite { 0% { @@ -258,11 +270,12 @@ table { -->

- daniels homepage + >Daniel's Homepage