-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb-Ui.css
91 lines (74 loc) · 1.16 KB
/
web-Ui.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
*{
margin:0px;
}
.container{
position:relative;
height:1000vh;
}
.container-bar{
position:sticky;
top:0px;
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:100px;
top:50px;
}
#circle{
position: absolute;
right:225px;
top:45px;
}
.card{
width:900px;
height: 550px;
position: absolute;
top:200px;
right:200px;
display:flex;
flex-wrap:wrap;
flex-direction:row;
justify-content:space-evenly;
align-content: space-around;
}
.card1{
box-shadow: 0 0 5px black;
padding:20px;
width:200px;
height: 200px;
margin-top:10px;
border-radius: 5px;
}
#heading{
border-bottom: 1px solid black;
text-align: center;
font-weight: 800;
font-size:30px;
color:rgb(97, 166, 166);
}
#body{
padding: 20px;
font-size: 20px;
font-weight: 300;
opacity:0.5;
}
#check{
padding: 10px 20px;
font-size: 20px;
font-weight: 300;
opacity:0.7;
}