✨
This commit is contained in:
@@ -382,9 +382,9 @@
|
||||
.bgCurve1 {
|
||||
position: absolute;
|
||||
background-color: #5e0000;
|
||||
width: 126px;
|
||||
width: 121px;
|
||||
height: 100px;
|
||||
left: 216px;
|
||||
left: 221px;
|
||||
top: 186px;
|
||||
}
|
||||
|
||||
@@ -392,8 +392,28 @@
|
||||
position: absolute;
|
||||
background-color: #5e0000;
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
height: 55px;
|
||||
left: 342px;
|
||||
top: 126px;
|
||||
top: 131px;
|
||||
}
|
||||
|
||||
.curve1 {
|
||||
position: absolute;
|
||||
background-color: rgb(192, 13, 13);
|
||||
width: 100px;
|
||||
height: 55px;
|
||||
left: 342px;
|
||||
top: 131px;
|
||||
border-top-left-radius: 60px 35px;
|
||||
}
|
||||
|
||||
.curve2 {
|
||||
position: absolute;
|
||||
background-color: #c00d0d;
|
||||
width: 121px;
|
||||
height: 100px;
|
||||
left: 221px;
|
||||
top: 186px;
|
||||
border-top-left-radius: 101px 60px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user