Added the Brush

master
Pedram Keshavarzi 3 years ago
parent d449076f6e
commit 28c284e94d
  1. 8
      src/Containers/howDoWeWork/howWeWork.css
  2. 3
      src/Containers/howDoWeWork/howWeWork.js
  3. 3
      src/assets/images/brushed1.svg

@ -19,6 +19,14 @@
margin-bottom: 5em; margin-bottom: 5em;
} }
.HowWeWork .brushed1{
width:20%;height: 350px;
margin-bottom: -150px;
}
.HowWeWork .brushed1 img{
width:500px
}
@media only screen and (max-width:1200px) { @media only screen and (max-width:1200px) {
.HowWeWork .diagrams{ .HowWeWork .diagrams{
flex-direction: column; flex-direction: column;

@ -1,12 +1,13 @@
import React from "react"; import React from "react";
import HowWeWorkDiagram from "../../Components/HowWeWorkDiagram"; import HowWeWorkDiagram from "../../Components/HowWeWorkDiagram";
import ProductFeatures from "../../Components/productFeature/productFeature"; import ProductFeatures from "../../Components/productFeature/productFeature";
import brushed1 from '../../assets/images/brushed1.svg';
import './howWeWork.css'; import './howWeWork.css';
const HowWeWork = () => { const HowWeWork = () => {
return ( return (
<div className="HowWeWork"> <div className="HowWeWork">
<div className="brushed1"><img src={brushed1} /></div>
<div className="HWWDescription"> <div className="HWWDescription">
<h1>بازو چگونه کار میکند...</h1> <h1>بازو چگونه کار میکند...</h1>
<p> <p>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 1.3 MiB

Loading…
Cancel
Save