Main Page: Difference between revisions
From billsfield.org
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
#canolHeading:hover | #canolHeading:hover | ||
{ | { | ||
height= | height=200%; | ||
} | } | ||
</style> | </style> |
Revision as of 16:21, 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
{ height=200%; } </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>