Skip to content

Commit 56e4db1

Browse files
committed
Merge branch 'website' into 68-hover-navbar
2 parents 6d47dc6 + b8e72f7 commit 56e4db1

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

css/style.css

+28-3
Original file line numberDiff line numberDiff line change
@@ -1379,21 +1379,46 @@ select.form-control.has-value {
13791379
/*==================================
13801380
09. TESTIMONIAL CSS
13811381
=======================================*/
1382-
.testimonial-single {
1382+
.section-heading h2 {
1383+
color: #305be4;
1384+
font-size: 45px;
1385+
margin-top: -30px;
1386+
}
1387+
.bsh {
13831388
display: block;
13841389
position: relative;
13851390
}
1391+
.testimonial-single {
1392+
box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
13861393

1394+
background-image: linear-gradient(rgb(147, 145, 145));
1395+
color: #222;
1396+
box-shadow: rgba(0, 0, 0, 0.2) 0px 20px 30px;
1397+
transition: all 1s ease;
1398+
}
1399+
.testimonial-single:hover {
1400+
color: #0c1030;
1401+
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
1402+
transform: scale(0.9);
1403+
}
13871404
.testimonial-single:after {
13881405
content: "";
13891406
width: 0;
1407+
background-image: linear-gradient(130deg, rgb(128, 126, 126), rgb(147, 145, 145), rgb(185, 182, 182), rgb(199, 195, 195), white);
13901408
height: 0;
1391-
border-top: 30px solid #f7f7f7;
1409+
border-top: 30px solid #edeaea;
13921410
border-right: 30px solid transparent;
13931411
position: absolute;
13941412
bottom: -30px;
13951413
}
1396-
1414+
.owl-item {
1415+
transition: all 1s ease;
1416+
}
1417+
.owl-item:hover {
1418+
transform: scale(0.98);
1419+
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
1420+
background-color: white;
1421+
}
13971422
/*owl carousel slider*/
13981423
.owl-carousel .owl-item .client-img img {
13991424
width: 60px;

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ <h2>Testimonials What Clients Say</h2>
428428
<div class="col-md-12 col-lg-12">
429429
<div class="owl-carousel owl-theme client-testimonial">
430430
<div class="item">
431-
<div class="testimonial-single shadow-sm gray-light-bg rounded p-4">
431+
<div class="testimonial-single shadow-sm gray-light-bg rounded p-4 bsh">
432432
<blockquote>Assertively procrastinate distributed relationships whereas equity invested intellectual capital everything energistically underwhelm proactive.</blockquote>
433433
<div class="client-ratting mt-2">
434434
<ul class="list-inline">

0 commit comments

Comments
 (0)