Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 64d1cae

Browse files
committed
docs(cb-a11y): Building examples - Form controls
1 parent 8cf1998 commit 64d1cae

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
label {
22
color: #424242;
3+
}
4+
5+
.background-contrast {
6+
background-color: #0143A3;
7+
color: #fff;
38
}
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
<div class="container well">
2-
<h1 id="top">A11y Cookbook </h1>
1+
<header role="banner" class="jumbotron well text-center background-contrast">
2+
<h1 id="top">Angular 2 A11y Cookbook</h1>
3+
34

4-
<a11y-form-controls></a11y-form-controls>
5+
</header>
6+
<div class="container well">
7+
<a11y-form-controls></a11y-form-controls>
58
</div>

0 commit comments

Comments
 (0)