-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.html
More file actions
27 lines (27 loc) · 1.03 KB
/
style.html
File metadata and controls
27 lines (27 loc) · 1.03 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
<!DOCTYPE html>
<html>
<head>
<title>Style Guide | Code For RVA</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/3.0.3/normalize.min.css">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="build/css/styles.css">
</head>
<body>
<section class="container">
<div class="row">
<h2>Colors <small>Primary</small></h2>
<div class="col-md-3 color__tile p1"></div>
<div class="col-md-offset-1 col-md-3 color__tile p2"></div>
</div>
<div class="row">
<h2>Colors <small>Greys<small></h2>
<div class="col-md-3 color__tile g1"></div>
<div class="col-md-offset-1 col-md-3 color__tile g2"></div>
<div class="col-md-offset-1 col-md-3 color__tile g3"></div>
</div>
</section>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</body>
</html>