on wrench sectioon
This commit is contained in:
@@ -3069,6 +3069,11 @@ p {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.withFadeEdge{
|
||||||
|
border-radius: 10px 10px 10px 10px;
|
||||||
|
/* box-shadow: inset 20px 0 15px 25px white; */
|
||||||
|
box-shadow: inset 5em 1em gold;
|
||||||
|
}
|
||||||
/*===========================
|
/*===========================
|
||||||
6.APPIE TRAFFICE css
|
6.APPIE TRAFFICE css
|
||||||
===========================*/
|
===========================*/
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 114 KiB |
@@ -1,5 +1,6 @@
|
|||||||
import React from 'react';
|
import React from 'react';
|
||||||
import thumb from '../../assets/images/PerformingTaskNew.png';
|
//import thumb from '../../assets/images/PerformingTaskNew.png';
|
||||||
|
import thumb from '../../assets/images/PerformingTask2.jpg';
|
||||||
import getConfig from './../../Config/config'
|
import getConfig from './../../Config/config'
|
||||||
|
|
||||||
function TrafficHomeOne() {
|
function TrafficHomeOne() {
|
||||||
@@ -38,7 +39,7 @@ function TrafficHomeOne() {
|
|||||||
</div>
|
</div>
|
||||||
<div className="traffic-thumb ">
|
<div className="traffic-thumb ">
|
||||||
<img
|
<img
|
||||||
className="wow animated fadeInRight"
|
className="withFadeEdge wow animated fadeInRight"
|
||||||
data-wow-duration="2000ms"
|
data-wow-duration="2000ms"
|
||||||
data-wow-delay="200ms"
|
data-wow-delay="200ms"
|
||||||
src={thumb}
|
src={thumb}
|
||||||
|
|||||||
Reference in New Issue
Block a user