Difference between revisions of "Team:Imperial College/Judges"

Line 7: Line 7:
 
</style>
 
</style>
  
 +
<script type="text/javascript" language="JavaScript">
  
 +
            function checkBox(id){
 +
                var list = document.getElementById(id);
 +
               
 +
                if (list.className == "fas fa-check-square"){
 +
                    list.className = "far fa-square";
 +
                }
 +
                else{
 +
                    list.className = "fas fa-check-square";
 +
                }
 +
 +
            }
  
 
         </script>
 
         </script>
Line 13: Line 25:
 
         <style>  
 
         <style>  
 
          
 
          
        i{
+
 
            font-size:30px;
+
            margin-left:10%;
+
            margin-top:20%;
+
            cursor:pointer;
+
        }
+
  
  

Revision as of 15:27, 15 October 2018