Skip to content

Commit 2746256

Browse files
committed
Add demo html
1 parent 1ff0545 commit 2746256

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

demo/threebuttons.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Three Buttons</title>
5+
<style>
6+
button { margin-left: 0px; margin-right: 0px; display:flex; float: left; }
7+
</style>
8+
</head>
9+
<body>
10+
<h1>Hover button for tooltip</h1>
11+
<br/>
12+
<button title="Button One">Button #1</button>
13+
<button title="Button Two">Button #2</button>
14+
<button title="Button Three">Button #3</button>
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)