Is there a way to add line breaks to the text in the colored triangles of the prize wheel?
I attempted using </br>
and /n/r but it didn't have any effect. How can I resolve this issue?
<div id="wheelOfFortune">
<canvas id="wheel" width="1200" height="1200"></canvas>
<div id="spin">SPIN asd asd asd as dasd as dasd asd asd as d</div>
</div>
<script>
/* JavaScript code for spinning wheel functionality */
</script>
<style type="text/css">
/* CSS styles for the wheel elements */
</style>