starting out polishing things
This commit is contained in:
parent
e80cc68204
commit
f1f0e28b4e
1 changed files with 16 additions and 0 deletions
16
static/css/style.css
Normal file
16
static/css/style.css
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
.tile {
|
||||||
|
display: inline-block;
|
||||||
|
border-radius: 6px;
|
||||||
|
width: 100px;
|
||||||
|
height: 100px;
|
||||||
|
margin: 30px 15px 0;
|
||||||
|
box-shadow: 0 0 3px #c3c3c3;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tile-list {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tile-list li {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
Loading…
Reference in a new issue