-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle9.css
More file actions
62 lines (56 loc) · 1.25 KB
/
style9.css
File metadata and controls
62 lines (56 loc) · 1.25 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
.cir1{
border:3px solid red;
width: 200px;
height: 200px;
margin-right: 150px;
text-align: center;
background-color: aqua;
border-radius: 90px;
margin-bottom: 20px;
float: right;
}
.cir2{
border:3px solid red;
width: 200px;
height: 200px;
margin-left: 150px;
text-align: center;
background-color: rgb(148, 14, 201);
border-radius: 90px;
margin-bottom: 20px;
}
.cir3{
border:3px solid rgb(230, 255, 238);
width: 200px;
height: 200px;
margin-left: 150px;
text-align: center;
background-color: rgb(30, 182, 0);
border-radius: 90px;
margin-bottom: 20px;
float:right;
}
.cir4{
border:2px solid rgb(78, 78, 78);
width: 200px;
height: 200px;
margin-left: 150px;
text-align: center;
background-color: rgb(28, 49, 49);
border-radius: 90px;
}
.cir5{
border:2px solid rgb(136, 226, 189);
width: 200px;
height: 200px;
margin-left: 300px;
text-align: center;
background-color: rgb(13, 12, 71);
border-radius: 90px;
margin-top: 10px;
}
.setting{
/* border:3px solid red; */
max-width: 60%;
/* align-self: center; */
}