Browse Source

added home link to title

master
alicestrt 3 years ago
parent
commit
055a9f56cc
  1. 2
      index.html
  2. 7
      static/css/style.css

2
index.html

@ -20,7 +20,7 @@
<div class="container-fluid p-0">
<div class="bg">
<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">
<span id="about">
<a href="#" >about</a>

7
static/css/style.css

@ -40,7 +40,7 @@ body {
#title_website {
font-family:'Walter Turncoat', cursive;
font-style: italic;
color: #d81159;
color: #d81159 !important;
font-size: 30px;
margin-left: 50px;
margin-top: 15px;
@ -164,7 +164,10 @@ stroke-dasharray:6px;
}
a {
text-decoration: none;
color: #218380;
color: #d81159
}
a :hover {
text-decoration: none;
}
/* map legend */

Loading…
Cancel
Save