-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>DD::Demo</title>
<!-- Fonts API -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/common.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<div class="dd-wrapper">
<div class="dd-center-content">
<h1 class="dd-title">Card Title</h1>
<div class="dd-elements">
<div class="box">
<h2 class="ribbon blue bottom">Awesome Title!</h2>
<h3>Normal Heading</h2>
<h2 class="ribbon blue top">Another Awesome Title!</h2>
<h3>Triangle to up</h2>
<h2 class="ribbon blue crossed">Another Awesome Title!</h2>
<h3>Triangle to up and down</h2>
<h2 class="ribbon expand"><span>Awesome title here!</span></h2>
<h3>Triangle to both side</h2>
<h2 class="ribbon red-gradient">Awesome Title Here!</h2>
<h3>Background gradient</h2>
<br />
</div>
</div>
</div>
</div>
</body>
</html>