-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
47 lines (37 loc) · 1.98 KB
/
index.html
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
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta charset="utf-8">
<title>CSS Ghost Buttons</title>
<meta name="description" content="Various styles of CSS ghost buttons.">
<meta name="author" content="Six Revisions">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://fonts.googleapis.com/css?Raleway:300" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="ghost-buttons.css">
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script><script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.min.js"></script><![endif]-->
<link rel="shortcut icon" href="http://sixrevisions.com/favicon.ico">
</head>
<body>
<div class="container">
<h1>CSS Ghost Buttons</h1>
<p>Various ghost button styles and transition effects.</p>
<h2 id="gb1">Basic Ghost Button</h2>
<a class="ghost-button" href="http://sixrevisions.com/css/ghost-buttons/">View Tutorial</a>
<h2 id="gb2">Rounded Corners</h2>
<a class="ghost-button-rounded-corners" href="http://sixrevisions.com/css/ghost-buttons/">View Tutorial</a>
<h2 id="gb3">Simple Transition Effect</h2>
<a class="ghost-button-transition" href="http://sixrevisions.com/css/ghost-buttons/">View Tutorial</a>
<h2 id="gb4">Thick Border</h2>
<a class="ghost-button-thick-border" href="http://sixrevisions.com/css/ghost-buttons/">View Tutorial</a>
<h2 id="gb5">Semi-Transparent Fade</h2>
<a class="ghost-button-semi-transparent" href="http://sixrevisions.com/css/ghost-buttons/">View Tutorial</a>
<h2 id="gb6">Border Color Fade</h2>
<a class="ghost-button-border-color" href="http://sixrevisions.com/css/ghost-buttons/">View Tutorial</a>
<h2 id="gb7">Full Color Fade</h2>
<a class="ghost-button-full-color" href="http://sixrevisions.com/css/ghost-buttons/">View Tutorial</a>
<h2 id="gb8">Size Transition Effect</h2>
<a class="ghost-button-size-transition" href="http://sixrevisions.com/css/ghost-buttons/">View Tutorial</a>
</div>
</body>
</html>