Skip to content

Commit cb5870a

Browse files
authored
Merge pull request #498 from RajputUsman/master
Fix(footer): Fixed bottom Heading Container Section
2 parents faff80e + 71aa254 commit cb5870a

File tree

2 files changed

+23
-12
lines changed

2 files changed

+23
-12
lines changed

Diff for: index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h4>
363363
</div>
364364
</div>
365365
<div class="container">
366-
<h2 class="text-center mb-5 border-bottom-3">Our grateful students</h2>
366+
<h2 class="text-center mb-5 border-bottom-3 bottom-heading">Our grateful students</h2>
367367
</div>
368368
<div class="card-deck">
369369
<div class="testimonial">

Diff for: resources/style/style.css

+22-11
Original file line numberDiff line numberDiff line change
@@ -80,19 +80,20 @@ nav.navbar button.navbar-toggler {
8080
/* background-color: #fff;
8181
} */
8282

83+
/*
8384
.navbar {
84-
/* background-color: lightcoral; */
85-
/*changed background color */
86-
/* border-bottom: 1px solid rgba(0, 0, 0, 0.125);
85+
background-color: lightcoral;
86+
changed background color
87+
border-bottom: 1px solid rgba(0, 0, 0, 0.125);
8788
border-bottom-width: 1px;
8889
border-bottom-style: solid;
8990
border-bottom-color: rgba(0, 0, 0, 0.125);
90-
box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important; */
91-
}
91+
box-shadow: 0 1px 15px rgba(27, 31, 35, 0.15) !important;
92+
}*/
9293

93-
.navbar-light .navbar-nav .nav-link {
94-
/* color: black !important; */
95-
}
94+
/* .navbar-light .navbar-nav .nav-link {
95+
color: black !important;
96+
} */
9697

9798
/* Navbar colours for Javascript */
9899

@@ -148,9 +149,9 @@ nav.navbar button.navbar-toggler {
148149
border-radius: 3px;
149150
}
150151

151-
.navbar-collapse ul {
152-
/* margin-left: auto; */
153-
}
152+
/* .navbar-collapse ul {
153+
margin-left: auto;
154+
} */
154155

155156
.navbar-collapse ul li {
156157
/* margin: auto 5px; */
@@ -672,6 +673,12 @@ i:hover {
672673

673674
.card-deck {
674675
margin: 0 1rem;
676+
display:flex;
677+
justify-content: space-around;
678+
}
679+
680+
.testimonial{
681+
width: 30%;
675682
}
676683

677684
.about-text{
@@ -718,6 +725,10 @@ i:hover {
718725
touch-action: manipulation;
719726
}
720727

728+
.bottom-heading{
729+
font-size: 2em;
730+
}
731+
721732
.myBtn:hover {
722733
box-shadow: rgba(0, 0, 0, .3) 2px 8px 8px -5px;
723734
transform: translate3d(0, 2px, 0);

0 commit comments

Comments
 (0)