blob: d2aebf982ecee44c8bf924a6e8299229b96b9c33 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Metadata -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS & Atom -->
<link rel="stylesheet" href="../CSS/default.css">
<link rel="stylesheet" href="../CSS/button.css">
<title>Button</title>
</head>
<body>
<div style="margin: 5px">
<a class="button">Default a button</a>
<button class="button">Default button</button>
</div>
<div style="margin: 5px">
<a class="button-reversed">Reversed a button</a>
<button class="button-reversed">Reversed button</button>
</div>
<div style="margin: 5px">
<a class="link">Link</a>
</div>
<div style="margin: 5px">
<button class="button" disabled>Disabled default button</button>
<button class="button-reversed" disabled>Disabled reversed button</button>
</div>
</body>
</html>
|
ArKa projects. All rights to me, and your next child right arm.