Skip to content

Commit

Permalink
Merge branch '07sumit1002:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaser-123 authored Jun 20, 2024
2 parents 0c27a2f + 6696e9d commit 170fe74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 27 deletions.
24 changes: 1 addition & 23 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,29 +98,7 @@ <h3 class="step-title">Step 3</h3>
</div>
</div>
</section>
<!-- Ride-->
<!-- <section class="ride" id="ride">
<div class="heading">
<span>How It Works</span>
<h1>Share/Rent <i class='bx bx-taxi'></i> in 3 Easy Steps</h1>
</div><br>
<div class="ride-container">
<i class="bx bxs-map"></i>
<h2>Choose a location</h2>
<p>Lorem ipsu Possimus, doloremque. Aspernatur alias neque</p>
</div>
<div class="ride-container">
<i class='bx bxs-calendar'></i>
<h2>Travelling Date</h2>
<p>Lorem ipsu Possimus, doloremque. Aspernatur alias neque</p>
</div>
<div class="ride-container">
<i class='bx bx-time' ></i>
<h2>Depart. Time</h2>
<p>Lorem ipsu Possimus, doloremque. Aspernatur alias neque</p>
</div>
</section> -->
<!-- Services -->

<section class="services" id="services">
<div class="heading">
<span>Best Services</span>
Expand Down
9 changes: 5 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,17 +258,18 @@ header{
left: 0;
transform: translateX(50%);
}

.box:hover{
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}
.box {
background: #ffffff;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: transform 0.3s, box-shadow 0.3s;
}
.box:hover{
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}


.carweb img{
Expand Down

0 comments on commit 170fe74

Please sign in to comment.