-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
102 lines (101 loc) · 1.71 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
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
.container{
margin: auto;
height: 600px;
width: 600px;
border: 2px solid black;
display: flex;
flex-direction: column;
align-items: center;
background-color: rgb(216, 237, 255);
box-shadow: 10px 10px rgba(0, 0, 0, 0.513);
overflow: scroll;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
li .task1{
height: 50px;
width: 500px;
border: 2px solid black;
display:flex ;
justify-content: space-between;
align-items: center;
margin-top: 20px;
}
.task1 div{
display: flex;
align-items: center;
justify-content: center;
margin-left: 20px;
}
.notify{
margin-left: 20px;
margin-left: 10px;
height: 25px;
width: 35px;
}
li div button{
position: relative;
right: 20px;
}
.task1{
background-color:yellow;
}
.count{
margin: auto;
}
h1{
font-weight: 900;
}
.head h2{
font-weight: 500;
}
.head{
width: 579px;
height: 250px;
position: sticky;
top: 0px;
z-index: 10;
background-image: url(Asset/nuture.jpg);
background-size: cover;
display: flex;
justify-content: space-between;
}
.task{
background-color: white;
display: flex;
align-items: center;
width: 500px;
padding-left: 20px;
padding-right: 20px;
position: sticky;
bottom: 0px;
z-index: 10;
}
.task input{
width: 200px;
height: 30px;
}
.task button{
height: 30px;
margin-left: 10px;
}
.weather{
background-color: white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 200px;
}
.weather-temp{
display: flex;
justify-content: space-around;
}
.weather img{
height: 50px;
width: 50px;
margin-left: 20px;
}