moved menu up
This commit is contained in:
parent
0704c88092
commit
f7a6f90677
12
index.html
12
index.html
@ -22,9 +22,15 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-4"><div id="title_website"><a href="/">Wells of Knowledge</a></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> |
|
||||||
</span>
|
</span>
|
||||||
|
<span id="colophon">
|
||||||
|
<a href="#" >colophon</a> |
|
||||||
|
</span>
|
||||||
|
<span id="how">
|
||||||
|
<a href="#" >how to use</a>
|
||||||
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
@ -443,9 +443,9 @@ h2 {
|
|||||||
|
|
||||||
|
|
||||||
/* about and colophon */
|
/* about and colophon */
|
||||||
/*#menu {
|
#menu {
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
}*/
|
}
|
||||||
|
|
||||||
#about, #colophon, #how {
|
#about, #colophon, #how {
|
||||||
font-family:'Walter Turncoat', cursive;
|
font-family:'Walter Turncoat', cursive;
|
||||||
@ -453,7 +453,7 @@ color: #d81159;
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#colophon {
|
/*#colophon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
bottom:30px;
|
bottom:30px;
|
||||||
@ -472,7 +472,7 @@ font-size: 16px;
|
|||||||
right: 50px;
|
right: 50px;
|
||||||
top:30px;
|
top:30px;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
#about a {
|
#about a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
Loading…
Reference in New Issue
Block a user