Template:ToggleWidth: Difference between revisions

Template page
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<head>
<head>
<style>
#myDIV {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
}
</style>
</head>
<body>
<body>
<button onclick="myFunction()">Try it</button>
<button onclick="myFunction()">Try it</button>
<script>
<script>
function myFunction() {
function myFunction() {
Line 28: Line 13:
}
}
</script>
</script>
</body>
</body>
</html>
</html>

Revision as of 19:02, 23 June 2023