use simple styling
This commit is contained in:
parent
0f3fb34d85
commit
a94d23bc2c
6 changed files with 55 additions and 8 deletions
19
static/styles.css
Normal file
19
static/styles.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
body {
|
||||
max-width: 35em;
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
padding: 1em;
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue