wip: test
This commit is contained in:
@@ -37,7 +37,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-top: 40px;
|
margin-top: 15px;
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #ff0606;
|
background-color: #ff0606;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
@@ -101,7 +101,8 @@
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
|
|
||||||
.item {
|
.item {
|
||||||
height: 240px;
|
width: 200px;
|
||||||
|
height: 220px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 240px;
|
line-height: 240px;
|
||||||
font-size: 80px;
|
font-size: 80px;
|
||||||
@@ -110,17 +111,14 @@
|
|||||||
}
|
}
|
||||||
.item:nth-child(1) {
|
.item:nth-child(1) {
|
||||||
width: 48%;
|
width: 48%;
|
||||||
// height: 240px;
|
|
||||||
border-radius: 100px 30px 30px 30px;
|
border-radius: 100px 30px 30px 30px;
|
||||||
}
|
}
|
||||||
.item:nth-child(2) {
|
.item:nth-child(2) {
|
||||||
width: 48%;
|
width: 48%;
|
||||||
// height: 240px;
|
|
||||||
border-radius: 30px 100px 30px 30px;
|
border-radius: 30px 100px 30px 30px;
|
||||||
}
|
}
|
||||||
.item:nth-child(3) {
|
.item:nth-child(3) {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
// height: 240px;
|
|
||||||
border-radius: 30px 30px 100px 100px;
|
border-radius: 30px 30px 100px 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -147,7 +145,7 @@
|
|||||||
background-color: #ff0606;
|
background-color: #ff0606;
|
||||||
border-radius: 26px;
|
border-radius: 26px;
|
||||||
padding: 20px 30px;
|
padding: 20px 30px;
|
||||||
margin-top: 20px;
|
margin-top: 15px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
.title {
|
.title {
|
||||||
font-size: 35px;
|
font-size: 35px;
|
||||||
|
|||||||
Reference in New Issue
Block a user