Difference between revisions of "Team:LINKS China/Human Practices"

Line 868: Line 868:
 
     font-family: "Lato";
 
     font-family: "Lato";
 
     cursor: pointer;
 
     cursor: pointer;
 +
    border: none;
 
}
 
}
  
Line 1,214: Line 1,215:
 
    
 
    
 
});
 
});
 +
 +
 +
 +
function myFunction1() {
 +
  var element = document.getElementById("show_on_click1");
 +
  element.classList.toggle("show");
 +
}
 
</script>
 
</script>
 
</html>
 
</html>

Revision as of 08:50, 21 October 2021