'layout-grid-char' Example : layout grid char « CSS « HTML / CSS






'layout-grid-char' Example

    
<html>

<body>

<p id=myP>This is only a sample text.</p>

<button onclick="myP.style.layoutGridChar='30px'">

Set layoutGridChar to 30px

</button>

</body>

</html>

    
      
      








Related examples in the same category