-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (56 loc) · 914 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
body {
background-color: #21262C;
font-family: "Inter";
}
h1 {
color: #FEFEFE;
font-size: 50px;
}
.title {
display: flex;
align-items: center;
height: 50px;
margin: 25px;
}
.container {
width: 100%;
}
.label {
margin: 0 25px;
background: #FF9A23;
padding: 0px 15px;
border-radius: 15px;
font-size: 25px;
}
.header {
display: flex;
justify-content: space-around;
}
h4 {
font-size: 25px;
width: 100%;
text-align: center;
}
h4 {
color: #FEFEFE;
}
.drag-drop-container {
display: flex;
height: 100%;
}
.col3 {
background-color: #161B22;
height: 100vh;
width: 100%;
margin: 15px 25px;
border: 1px solid #30363E;
border-radius: 15px;
}
.task {
margin: 25px 25px 45px 25px;
background-color: #838C96;
padding: 40px;
text-align: center;
border-radius: 15px;
font-size: 25px;
}