-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb-Ui-3.css
100 lines (82 loc) · 1.23 KB
/
web-Ui-3.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
*{
margin:0px;
}
.sub-container{
position:relative;
}
.container-bar{
position:relative;
box-shadow: 0px 0px 5px;
height:10vh;
width:100%;
font-size: 30px;
opacity:1;
}
#bold{
position:absolute;
left:136px;
top:13px;
}
.sub1{
position: relative;
font-style: bold;
}
#task{
position:absolute;
right:400px;
top:50px;
}
#circle{
position: absolute;
right:520px;
top:45px;
}
#back-circle{
position: absolute;
left:470px;
top:45px;
}
#back{
position:absolute;
top:50px;
left:500px;
/* font-weight: 600; */
}
.card{
position: absolute;
top:160px;
right:500px;
}
.card1{
box-shadow: 0 0 5px black;
/* padding:20px; */
width:250px;
height: 230px;
margin-top:10px;
border-radius: 5px;
}
#heading{
padding: 10px;
border-bottom: 1px solid black;
text-align: center;
font-weight: 800;
font-size:30px;
color:rgb(97, 166, 166);
}
#body{
padding: 40px;
font-size: 25px;
font-weight: 300;
opacity:0.5;
text-align: center;
}
#check{
font-size: 25px;
font-weight: 300;
opacity:0.7;
text-align: center;
letter-spacing: 2px;
}
input{
margin-right: 10px;
}