added home link to title
This commit is contained in:
parent
b0e5611408
commit
055a9f56cc
@ -20,7 +20,7 @@
|
|||||||
<div class="container-fluid p-0">
|
<div class="container-fluid p-0">
|
||||||
<div class="bg">
|
<div class="bg">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4"><div id="title_website">Wells of Knowledge</div></div>
|
<div class="col-md-4"><div id="title_website"><a href="/">Wells of Knowledge</a></div></div>
|
||||||
<div class="col-md-3 offset-md-5" id="menu">
|
<div class="col-md-3 offset-md-5" id="menu">
|
||||||
<span id="about">
|
<span id="about">
|
||||||
<a href="#" >about</a>
|
<a href="#" >about</a>
|
||||||
|
@ -40,7 +40,7 @@ body {
|
|||||||
#title_website {
|
#title_website {
|
||||||
font-family:'Walter Turncoat', cursive;
|
font-family:'Walter Turncoat', cursive;
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
color: #d81159;
|
color: #d81159 !important;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
margin-left: 50px;
|
margin-left: 50px;
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
@ -164,7 +164,10 @@ stroke-dasharray:6px;
|
|||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #218380;
|
color: #d81159
|
||||||
|
}
|
||||||
|
a :hover {
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
/* map legend */
|
/* map legend */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user