Main Page
From billsfield.org
This site is an open forum. A newsletter. There are, here, a few characters that write on this site about a few different things.
--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; }
- canolHeading:hover
{ transform:scale(10); } </style>
CANOL
<img src="../images/YukonRoad.png" width="100%" style="position: absolute; pointer-events:none;"></img>
<script> let canol = document.getElementById("canolHeading");
console.log(canol);
canol.onmouseover=function(){a();};
function a() { console.log("hello"); setTimeout(1000,a); }
</script>
</html>