- todo: design: flexbox, dragging, icons, priority.
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
.flex-container{
|
||||
background-color: #ccc;
|
||||
padding: 5px;
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.mycard {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user