Create test cases
This commit is contained in:
parent
530c1b54d6
commit
b1b42679ab
5 changed files with 304 additions and 1 deletions
21
tests/css/tests.css
Normal file
21
tests/css/tests.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue