This repository was archived by the owner on Jul 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·36 lines (31 loc) · 1.49 KB
/
index.html
File metadata and controls
executable file
·36 lines (31 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="demo.css">
<link rel="stylesheet" href="//goldinteractive.github.io/ui-shared-assets/style.css">
</head>
<body>
<h1>Buttons</h1>
<button class="ui-btn hoverable">Hello</button>
<button class="ui-btn primary hoverable">Hello</button>
<button class="ui-btn secundary hoverable">Hello</button>
<button class="ui-btn small">Hello</button>
<button class="ui-btn large">Hello</button>
<button class="ui-btn large secundary round-corners hoverable">Hello</button>
<button class="ui-btn huge">Hello</button>
<button class="ui-btn right-icon">Hello <i></i></button>
<button class="ui-btn center-icon secundary"> <i></i></button>
<button class="ui-btn circle center-icon shadow large"> <i></i></button>
<button class="ui-btn left-icon shadow">Hello <i></i></button>
<button class="ui-btn left-icon large shadow">Hello <i></i></button>
<button class="ui-btn left-icon huge">Hello <i></i></button>
<button class="ui-btn left-icon huge white">Hello <i></i></button>
<button class="ui-btn huge bordered hoverable">Hello</button>
<button class="ui-btn huge bordered hoverable disabled rounded-corners">Hello</button>
<button class="ui-btn huge shadow hoverable">Hello</button>
<button class="ui-btn small circle primary"></button>
<button class="ui-btn circle primary"></button>
<button class="ui-btn large circle primary"></button>
<button class="ui-btn huge circle secundary hoverable center-icon"><i></i></button>
</body>
</html>