-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlet.css
More file actions
64 lines (56 loc) · 2.23 KB
/
let.css
File metadata and controls
64 lines (56 loc) · 2.23 KB
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
/* .container{
display: flex;
flex-direction: column;
}
*/
.first {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
.second {
display: flex;
align-items: center;
justify-content: center;
margin-bottom : 10px;
}
.third {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
.one{
width: 250px;
height: 250px;
background-image: radial-gradient( #F9E7FE, #DAFCFC);
border-radius: 100%;
}
.two{
width: 250px;
height: 250px;
/* background-image: linear-gradient(to bottom right, #9EF9D8, #CAF6BF); */
background-image:radial-gradient( #A0BEF8, #B5F0F0);
border-radius: 100%;
margin-right: 10px;
}
.three{
width: 250px;
height: 250px;
background-image: radial-gradient( #EB4174, #FFE3E3);
border-radius: 100%;
}
.four{
width: 250px;
height: 250px;
background-image: radial-gradient( #FDE7EA, #FDEFDA);
border-radius: 100%;
margin-left: 10px;
}
.five{
width: 250px;
height: 250px;
background-image: radial-gradient( #9EF9D8, #CAF6BF);
border-radius: 100%;
}