A d20 Dice Roller with player hand saving functions. source code: github.com/nickogibson/Dice-Roller

Want to embed the dice roller on your page? The diceroller is hosted on github

Embedding:

<iframe 
  src="https://nickogibson.github.io/app/DiceRoller/" 
  title="d20 Dice Roller" 
  style="width: 100%; aspect-ratio: 4 / 3; border: none;">
</iframe>

Styling

If your page has black background or other color that can’t see the text well. You’ll have to style the dicebox differently. For example

<div 
	class="diceBox_container" 
	style="width: 100%; aspect-ratio: 4 / 3; 
	background-color: white;
	color: black;">
	<iframe height="100%"  width="100%" src="https://nickogibson.github.io/app/DiceRoller/" title="d20 Dice Roller" ></iframe>
</div>