Skip to content

Commit

Permalink
Minute changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Geervan committed Nov 7, 2024
1 parent 5d264fb commit 98374ef
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 19 deletions.
22 changes: 11 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
pointer-events: none; /* Prevent the circles from interfering with mouse events */
}
.logo img {
height: 40px;
height: 120px;
}

.navbar {
Expand Down Expand Up @@ -314,12 +314,12 @@
top: 50%;
transform: translateY(-50%);
z-index: 10;
color: var(--primary-color);
padding: 30px;
width: 25px;
height: 25px;
color: lightcoral;
padding: 25px;
width: 20px;
height: 20px;
background-color: rgba(0, 0, 0, 0.1);
border-radius: 50%;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
Expand All @@ -328,11 +328,11 @@
}

.swiper-button-prev {
left: 20px;
right: 20px;
}

.swiper-button-next {
right: 20px;
right: 25px;
}

.swiper-button-prev:hover,
Expand Down Expand Up @@ -898,7 +898,7 @@ <h2>Rs.1900 <span>/day</span></h2>
</div>
<div class="box">
<div class="box-img">
<img src="https://3.imimg.com/data3/RU/GC/MY-8894631/a-500x500.jpg" alt="Tata Indigo">
<img src="https://stimg.cardekho.com/images/carexteriorimages/630x420/Tata/Tata-Indigo/929/1544533656403/front-left-side-47.jpg" alt="Tata Indigo">
</div>
<p>2018</p>
<h3>Tata Indigo - 5 Seater</h3>
Expand Down Expand Up @@ -1161,7 +1161,7 @@ <h3>Frequently Asked Questions</h3>
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseOne" aria-expanded="false" aria-controls="flush-collapseOne">
How do i book a cab?
How do I book a cab?
</button>
</h2>
<div id="flush-collapseOne" class="accordion-collapse collapse"
Expand Down Expand Up @@ -1246,7 +1246,7 @@ <h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#flush-collapseFour" aria-expanded="false"
aria-controls="flush-collapseFour">
How do i contact the customer support?
How do I contact the customer support?
</button>
</h2>
<div id="flush-collapseFour" class="accordion-collapse collapse"
Expand Down
8 changes: 5 additions & 3 deletions serv.css
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,10 @@ footer {


.rentally{
width: 90%;
margin-left: 5%;
margin-right: 5%;
position: absolute;
width: 90px;
margin-left: 100px;
margin-right: 20px;
margin-top: 79px;
}

Expand All @@ -328,6 +329,7 @@ footer {
margin: 0 auto;
display: block;
text-align: center;
color: lightseagreen;
}
.topbtn{
position: fixed;
Expand Down
11 changes: 6 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ header {
}

.logo img {
width: 60px;
width: 120px;
border-radius: 10px; /* This creates 10px rounded corners */
}
.CabRental_logo img {
Expand Down Expand Up @@ -421,8 +421,9 @@ li a:hover {
}

#bookNow:hover {
background-color: orangered;
transform: scale(1.1);
background-color: green;
transform: scale(1.02);
content: "Confirming Booking";

}

Expand Down Expand Up @@ -706,7 +707,7 @@ li a:hover {
}

.services-container .box .btn:hover {
background-color: #b02f18;
background-color: lightseagreen;
}

.form-container1 form {
Expand Down Expand Up @@ -1106,7 +1107,7 @@ footer {

.review .review-slider .slide .stars i {
font-size: 2rem;
color: var(--main-color);
color: gold;
}

.swiper-pagination-bullet-active {
Expand Down

0 comments on commit 98374ef

Please sign in to comment.