Dihellog - Dialog window

Back to Dihellog

You can see an ordinary list. Click on the image to turn it into carousel. See the onclick in code below.

<link rel="stylesheet" href="src/dihellog.css"> <div class="dialog" style="width: 300px"> <div class="title">Basic dialog</div> <p>This is the default dialog which is useful for displaying information.</p> </div>