-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodolist.css
103 lines (86 loc) · 1.81 KB
/
todolist.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body {
color: aliceblue;
background-color: rgb(23, 22, 22);
/* font-family: Arial, Helvetica, sans-serif; */
/* font-family: 'Signika Negative', sans-serif; */
/* font-family: 'Signika Negative', sans-serif;font-family: 'Permanent Marker', cursive; */
font-family: 'Kalam', cursive;
}
.container {
display: flex;
/* border: 2px solid red; */
}
.split1 {
background-color: rgb(23, 22, 22);
display: block;
width: 25%;
height: 55rem;
}
.split2 {
display: block;
background-image: url(bg7.jpg);
width: 85%;
height: 55rem;
background-repeat: no-repeat;
background-size: cover;
/* border: 2px solid red; */
}
.box1 {
display: flex;
margin: 10px;
}
.part2 {
/* border: 2px solid red; */
margin: 30px
}
.part1 {
/* border: 2px solid white; */
display: block;
height: 80px;
clip-path: circle(50% at 50% 50%);
}
input[type=text] {
border-radius: 5px;
color: white;
background-color: rgb(52, 49, 49);
/* border: 1px solid whitesmoke; */
padding: 3px;
width: 80%;
height: 30px;
}
.box2 {
/* border: 2px solid red; */
padding-left: 20px;
}
.box3 {
/* border: 2px solid blue; */
margin: 15px;
display: flex;
flex-direction: column;
}
.item {
padding: 10px;
cursor: pointer;
/* border: 2px solid blue; */
}
/* #random-background {
background-image: url('');
} */
.box5 {
position: relative;
display: inline;
top: 680px;
left: 100px;
/* border: 2px solid red; */
}
.part4 {
position: relative;
left: 900px;
display: flex;cursor: pointer;
}
.box4 {
display: flex;
}
.icon {
padding: 15px;
}.part3{padding: 10px;margin-left: 10px;}