-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
70 lines (55 loc) · 1.44 KB
/
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
67
68
69
70
.body{
background-image: url("bg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
}
.container h2 {
font-family: 'Playfair Display', serif;
color: #41799bc7;
}
.banner {
height: 352px;
width: 50%;
background-image: url(todo.png);
background-repeat: no-repeat;
margin-left: 31%;
}
#Border {
min-height: 30px;
width: 71%;
border: 1px solid #0000001f;
margin: 0px auto;
background-image: linear-gradient(to left bottom, #f9f9f9, #f7f7f7, #f5f5f5, #f3f3f3, #f1f1f1, #f1f1f1, #f2f1f2, #f2f1f2, #f5f3f4, #f8f6f7, #faf8f9, #fdfbfb);
margin-bottom: 78px;
padding: 17px;
box-shadow: 1px 2px 49px -8px rgb(23 21 21 / 78%) inset;
-webkit-box-shadow: 1px 2px 49px -8px rgb(23 21 21 / 78%) inset;
-moz-box-shadow: 1px 2px 49px -8px rgba(23,21,21,0.78) inset;
}
label {
display: inline-block;
margin-bottom: 0.5rem;
font-family: cursive;
font-size: large;
}
.btn_1 {
color: #fff;
background-color: #4e769d;
border-color: #4e769d;
padding: 4px 10px 3px 11px;
border-radius: 9px;
}
.btn_2 {
color: #fff;
background-color: #4e769d;
border-color: #4e769d;
padding: 4px 10px 3px 11px;
border-radius: 9px;
}
.delete {
color: #fff;
background-color: #4e769d;
border-color: #4e769d;
padding: 4px 10px 3px 11px;
border-radius: 9px;
}