-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeup-design-project.css
More file actions
66 lines (63 loc) · 1.19 KB
/
codeup-design-project.css
File metadata and controls
66 lines (63 loc) · 1.19 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
65
66
/*.colorCircles{*/
/* margin: 20px;*/
/* !*padding: 100em;*!*/
/* !*justify-content: space-between;*!*/
/*}*/
/*h1 {*/
/* margin: 30px;*/
/* !*margin-top: none;*!*/
/*}*/
#navColor {
border: #f0f0f0;
padding: 15px;
background: #f0f0f0;
background-clip: content-box;
}
.mainCir *{
margin: 0.5em;
border: 5px solid white;
}
.circle1 {
display: flex;
justify-content: center;
align-items: center;
height: 5em;
width: 5em;
/*height: 125px;*/
border-radius: 5em;
color: #fff;
background-color: #e5563a;
}
.circle2 {
display: flex;
justify-content: center;
align-items: center;
height: 5em;
width: 5em;
/*height: 125px;*/
border-radius: 5em;
color: #fff;
background-color: #eb9c3b;
}
.circle3 {
display: flex;
justify-content: center;
align-items: center;
height: 5em;
width: 5em;
/*height: 125px;*/
border-radius: 5em;
color: #fff;
background-color: #7bb06c;
}
.circle4 {
display: flex;
justify-content: center;
align-items: center;
height: 5em;
width: 5em;
/*height: 125px;*/
border-radius: 5em;
color: #fff;
background-color: #00aaa9;
}