Save
This commit is contained in:
@@ -75,6 +75,21 @@
|
||||
margin-right: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#page-black-week .box-3 .c-row-1 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
-moz-column-gap: 30px;
|
||||
column-gap: 30px;
|
||||
margin-bottom: 70px;
|
||||
}
|
||||
#page-black-week .box-3 .c-row-2 {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
#page-black-week .box-3 .c-row-2 .c-col {
|
||||
max-width: 1000px;
|
||||
}
|
||||
#page-black-week .box-3 h2 {
|
||||
color: #000;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
@@ -106,15 +121,48 @@
|
||||
#page-black-week .box-3 p {
|
||||
color: #000;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 18px;
|
||||
font-size: 20px;
|
||||
text-align: right;
|
||||
max-width: 1170px;
|
||||
margin-left: auto;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
#page-black-week .box-3 .sale-box {
|
||||
#page-black-week .box-3 .sales-box {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 440px;
|
||||
align-items: center;
|
||||
}
|
||||
#page-black-week .box-3 .sales-box span {
|
||||
color: #fff;
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 100%;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-weight: 700;
|
||||
}
|
||||
#page-black-week .box-3 .sales-box span:nth-child(1) {
|
||||
font-size: 128px;
|
||||
width: 325px;
|
||||
height: 325px;
|
||||
background: #e9ab6e;
|
||||
margin-left: 100px;
|
||||
}
|
||||
#page-black-week .box-3 .sales-box span:nth-child(2) {
|
||||
font-size: 128px;
|
||||
height: 300px;
|
||||
width: 300px;
|
||||
background: #b79f87;
|
||||
margin-top: -70px;
|
||||
margin-bottom: -70px;
|
||||
margin-right: 100px;
|
||||
}
|
||||
#page-black-week .box-3 .sales-box span:nth-child(3) {
|
||||
font-size: 96px;
|
||||
height: 240px;
|
||||
width: 240px;
|
||||
background: #cccccc;
|
||||
margin-left: 190px;
|
||||
}
|
||||
#page-black-week .box-4 {
|
||||
margin-bottom: 200px;
|
||||
|
||||
Reference in New Issue
Block a user