-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
45 lines (29 loc) · 738 Bytes
/
index.css
File metadata and controls
45 lines (29 loc) · 738 Bytes
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
body {
background: url('https://source.unsplash.com/GQD3Av_9A88') no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
background-size: cover;
-o-background-size: cover;
}
nav {
background-color: lightsteelblue;
opacity: 0.7;
padding: 20px;
}
.navbar-brand {
font-family: 'Ubuntu', sans-serif;
font-size: 35px;
font-style: italic;
font-weight: 400;
}
.card-description {
white-space: pre-wrap;
}
#task-list-bg {
padding:20px;
background-color: rgba(240,255,240, 0.3)
}
#task-list-header {
padding: 20px;
background-color:lavenderblush;
}