on wrench sectioon

This commit is contained in:
CHIEFSOFT\ameye
2023-08-30 08:50:51 -04:00
parent a81269bc44
commit 2a2a2f7aab
3 changed files with 8 additions and 2 deletions
+5
View File
@@ -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
===========================*/
Binary file not shown.

After

Width:  |  Height:  |  Size: 114 KiB

+3 -2
View File
@@ -1,5 +1,6 @@
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'
function TrafficHomeOne() {
@@ -38,7 +39,7 @@ function TrafficHomeOne() {
</div>
<div className="traffic-thumb ">
<img
className="wow animated fadeInRight"
className="withFadeEdge wow animated fadeInRight"
data-wow-duration="2000ms"
data-wow-delay="200ms"
src={thumb}