New test (#10)

* Add new test instructions

* update readme

* update reame, add sample video, additional cleanup of starting markup

* add more example clarity

* fix styles for initial columns

* fix port in readme
This commit is contained in:
Aaron Tidwell
2018-01-17 16:41:14 -05:00
committed by GitHub
parent 118e11d8d2
commit a9de43b294
21 changed files with 392 additions and 1025 deletions

18
public/css/app.css Normal file
View File

@@ -0,0 +1,18 @@
#tag-browser {
width: 75%;
padding: 1em;
margin: 1em auto;
border: 1px solid black;
position: relative;
}
#tag-browser .clear-button {
position: absolute;
top: 1em;;
right: 1em;
}
#tag-browser .active {
background: purple;
color: white;
}