Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion application/views/footer.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- footer.php -->
<div class="fixed-bottom">
<div class="row text-center bg-success">
<div class="col text-light">Visit us at github.com/Myronic</div>
</div>

<div class="row text-center bg-success">
<div class="col text-light">built using CodeIgniter</div>
</div>
Expand All @@ -9,4 +13,4 @@
</div>

</body>
</html>
</html>
8 changes: 4 additions & 4 deletions assets/css/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ body {
line-height: 1.5;
color: #343a40;
text-align: left;
background-color: #fff;
background-color: #eee;
}

[tabindex="-1"]:focus {
Expand Down Expand Up @@ -144,7 +144,7 @@ strong {
}

small {
font-size: 80%;
font-size: 70%;
}

sub,
Expand Down Expand Up @@ -374,7 +374,7 @@ template {
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 0.5rem;
font-weight: 700;
font-weight: 600;
line-height: 1.2;
}

Expand Down Expand Up @@ -409,7 +409,7 @@ h6, .h6 {

.display-1 {
font-size: 6rem;
font-weight: 300;
font-weight: 250;
line-height: 1.2;
}

Expand Down