Add homelink class for improved navigation in phone directory
This commit is contained in:
parent
098c1c8f9b
commit
06bc454411
|
@ -9,6 +9,11 @@
|
|||
|
||||
}
|
||||
|
||||
.homelink{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
|
||||
.palm-tree-left{
|
||||
transform: scaleX(-1);
|
||||
-webkit-transform: scaleX(-1);
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<div class="container text-center">
|
||||
|
||||
<div class="header text-center title">
|
||||
Bossier City Phone Directory
|
||||
<a class= "homelink" href="index.html"> Bossier City Phone Directory </a>
|
||||
</div>
|
||||
<!-- Boomtown Images -->
|
||||
<div class="text-center images">
|
||||
|
|
Loading…
Reference in New Issue