File tree Expand file tree Collapse file tree 2 files changed +6
-27
lines changed Expand file tree Collapse file tree 2 files changed +6
-27
lines changed Original file line number Diff line number Diff line change @@ -98,29 +98,7 @@ <h3 class="step-title">Step 3</h3>
98
98
</ div >
99
99
</ div >
100
100
</ section >
101
- <!-- Ride-->
102
- <!-- <section class="ride" id="ride">
103
- <div class="heading">
104
- <span>How It Works</span>
105
- <h1>Share/Rent <i class='bx bx-taxi'></i> in 3 Easy Steps</h1>
106
- </div><br>
107
- <div class="ride-container">
108
- <i class="bx bxs-map"></i>
109
- <h2>Choose a location</h2>
110
- <p>Lorem ipsu Possimus, doloremque. Aspernatur alias neque</p>
111
- </div>
112
- <div class="ride-container">
113
- <i class='bx bxs-calendar'></i>
114
- <h2>Travelling Date</h2>
115
- <p>Lorem ipsu Possimus, doloremque. Aspernatur alias neque</p>
116
- </div>
117
- <div class="ride-container">
118
- <i class='bx bx-time' ></i>
119
- <h2>Depart. Time</h2>
120
- <p>Lorem ipsu Possimus, doloremque. Aspernatur alias neque</p>
121
- </div>
122
- </section> -->
123
- <!-- Services -->
101
+
124
102
< section class ="services " id ="services ">
125
103
< div class ="heading ">
126
104
< span > Best Services</ span >
Original file line number Diff line number Diff line change @@ -258,17 +258,18 @@ header{
258
258
left : 0 ;
259
259
transform : translateX (50% );
260
260
}
261
+
262
+ .box : hover {
263
+ transform : scale (1.05 );
264
+ box-shadow : 0 10px 20px rgba (0 , 0 , 0 , 0.2 );
265
+ }
261
266
.box {
262
267
background : # ffffff ;
263
268
border-radius : 10px ;
264
269
overflow : hidden;
265
270
box-shadow : 0 2px 5px rgba (0 , 0 , 0 , 0.1 );
266
271
transition : transform 0.3s , box-shadow 0.3s ;
267
272
}
268
- .box : hover {
269
- transform : scale (1.05 );
270
- box-shadow : 0 10px 20px rgba (0 , 0 , 0 , 0.2 );
271
- }
272
273
273
274
274
275
.carweb img {
You can’t perform that action at this time.
0 commit comments