Create test cases

This commit is contained in:
Mike Francis 2015-04-01 17:32:45 +01:00
parent 530c1b54d6
commit b1b42679ab
5 changed files with 304 additions and 1 deletions

21
tests/css/tests.css Normal file
View file

@ -0,0 +1,21 @@
body {
padding: 4rem 0;
}
.section {
margin-bottom: 4.5rem;
}
.section__title {
border-bottom: solid 1px #eee;
font-weight: bold;
padding-bottom: 1.5rem;
}
.col span {
background-color: #eee;
display: block;
margin-bottom: 24px;
padding: 24px;
text-align: center;
}