Move HTML response to view package
This commit is contained in:
parent
c3b88979a8
commit
9666f104a2
3 changed files with 90 additions and 85 deletions
12
static/style.css
Normal file
12
static/style.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
.card {
|
||||
border: 1px solid #ccc;
|
||||
padding: 10px;
|
||||
margin: auto;
|
||||
margin-bottom: 40px;
|
||||
width: 600px;
|
||||
}
|
||||
|
||||
.card-title {
|
||||
font-size: 24px;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue