Skip to content

Commit acaf5c7

Browse files
committed
Create app.css
1 parent a20b403 commit acaf5c7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

  • examples/Tornado-example/static/css
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
h2 {
2+
border-bottom: 1px solid #eee;
3+
}
4+
5+
form label {
6+
display: block;
7+
}
8+
9+
form button {
10+
margin-left: 5px;
11+
}

0 commit comments

Comments
 (0)