Tutorial page 1 part 2 mockup, error mockup

This commit is contained in:
Victoria Wang 2015-10-14 11:25:56 -07:00
parent b98d982e5b
commit 1e46191684
5 changed files with 23 additions and 3 deletions

View file

@ -13,6 +13,8 @@
background-color: #1D1F21;
color: white;
font: 16px/normal 'Monaco', 'Menlo', 'Ubuntu Mono', 'Consolas', 'source-code-pro', monospace;
margin-bottom: 0;
border: 0;
}
h3 {
margin-top: 10px;
@ -25,6 +27,12 @@
.btn {
float: right;
}
.error {
background: #93771b;
color: #fff;
padding: 5px 10px;
font-size: 14px;
}
}
.lesson {
h1, .subtitle {