-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-2-1.css
61 lines (56 loc) · 1.11 KB
/
index-2-1.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
#team-scroll1{
background-color: #f7f8f2;
margin: 0;
padding: 0;
width : 100%;
height : 800px;
}
#team-scroll-title {
text-align : left;
margin: 0 0 120px 120px;
padding-top: 120px;
font-size: 40px;
font-weight:bold;
}
.container1 {
display: flex;
justify-content: space-between;
align-items: center;
height: 150px;
}
.container1 div {
flex-basis: 30%;
text-align: center;
font-size: 45px;
font-weight: 800;
color: #376a2f;
display: inline;
}
.container1 div:last-child{
left: 900px;
}
.rounded-box {
border: 15px solid rgb(160, 182, 152); /* 테두리 스타일 설정 */
border-radius: 20px; /* 모서리를 둥글게 만듦 */
width: 100px;
height: 120px;
padding: 30px;
margin: 60px;
}
.container2 {
display: flex;
justify-content: space-between;
align-items: center;
height: 300px;
}
.container2 span{
flex-basis: 30%;
text-align: center;
font-weight: bold;
font-size: 25px;
line-height: 39px;
color: #c09997;
}
.container2 span:last-child{
left: 900px;
}