Skip to content

Instantly share code, notes, and snippets.

View vickychijwani's full-sized avatar

Vicky Chijwani vickychijwani

View GitHub Profile
@vickychijwani
vickychijwani / kanban.css
Last active November 30, 2020 21:41
A simple Trello clone in Eve (CSS ripped from Trello itself)
.board {
width: 100%;
height: 100%;
/* background-color: #0079bf; */
display: flex;
flex-direction: column;
}
.board,
.board textarea {