-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (30 loc) · 1.02 KB
/
index.html
File metadata and controls
31 lines (30 loc) · 1.02 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
<!DOCTYPE html>
<html lang='en'>
<head>
<title>Spellbook CSS</title>
<meta charset='utf-8' />
<link href='https://fonts.googleapis.com/css?family=Roboto:400,400i,700' rel='stylesheet'>
<link href='https://rawgithub.com/spellbook/css/master/dist/spellbook.min.css' rel='stylesheet'>
<link href='app.css' rel='stylesheet'>
</head>
<body>
<div class='sb-row sb-bc-base'>
<div class='sb-cell sb-well sb-well--l'>
<div class='sb-bucket sb-bucket--vc'>
<div class='sb-bucket-media'>
<img src='logo.svg' alt='' width='100' />
</div>
<div class='sb-bucket-content'>
<h1 class='sb-heading sb-heading--1 sb-tc-light'>Spellbook CSS</h1>
<p class='sb-tc-base-1'>A Sass-based CSS architecture</p>
</div>
</div>
</div>
</div>
<div class='sb-row'>
<div class='sb-cell sb-well sb-well--l'>
<h2 class='sb-heading sb-heading--2'>Stylish styles stylin' on you.</h2>
</div>
</div>
</body>
</html>