Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

<style type="text/css">

.circle{ width: 100px; height:100px; border-radius: 50%; margin: 20px; float: left; }

#red-circle{ background-color: red; }

#blue-circle{ background-color: blue; }

#green-circle{ background-color: green; }

</style>
<script type="text/javascript"> document.getElementById("red-circle").onclick = function(){ document.getElementById("red-circle").style.display ="none"; } document.getElementById("blue-circle").onclick = function(){ document.getElementById("blue-circle").style.display ="none"; } document.getElementById("green-circle").onclick = function(){ document.getElementById("green-circle").style.display ="none"; } </script>

About

disappearing circles code

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors