Main Page: Difference between revisions
From billsfield.org
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
#canolHeading | #canolHeading | ||
{ | { | ||
transition: all 2s; | transition: all 2s linear; | ||
color: blue; | color: blue; | ||
} | } |
Revision as of 16:20, 28 November 2023
--this area is to be filled out-- --a uniting page, not neccesarily an introduction, but a route into the various paths of this site.--
<html> <style>
- canolHeading
{ transition: all 2s linear; color: blue; }
- canolHeading:hover
{ transform:scale(10); } </style>
CANOL
<img src="../images/YukonRoad.png" width="100%" style="position: absolute; pointer-events:none;"></img>
<script type="text/javascript"> document.getElementById("canolHeading").onclick = function () {
console.log("goToCanol"); location.href = "https://homeisnota.house/index.php/CANOL";
} </script>
</html>