update src/components/MiniComponents/OfferSection/index.js and src/index.scss

master
mahdi 3 years ago
parent 0a834c6eba
commit a2662960ef
  1. 18
      src/index.scss

@ -19,20 +19,20 @@ body {
}
.btn {
height: 300px;
position: relative;
background-color: #000;
overflow: hidden;
}
.btn:before {
position: absolute;
.btn::before {
content: " ";
width: 100%;
height: 100%;
top: 100px;
left: 0;
background-color: #000;
transform: skewX(25deg);
position: absolute;
left: -6.1em;
top: 50%;
transform: translateY(-50%) rotate(200deg);
background: #111;
width: 40%;
height: 140%;
}
.rtl {

Loading…
Cancel
Save