We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff0545 commit 2746256Copy full SHA for 2746256
1 file changed
demo/threebuttons.html
@@ -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