Skip to content

Commit

Permalink
modify home page
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyoseni committed Mar 26, 2017
1 parent 110e91b commit ab37f16
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ <h2><span class="glyphicon glyphicon-th-large"></span>&nbsp;Search result for "{
<script type="text/javascript" src="public/js/app.js"></script>
<footer>
<p>(c) 2017 <a href="#"> &nbsp;&nbsp; Home &nbsp;&nbsp;</a>&nbsp;&nbsp;&nbsp;All Rights Reserved &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;follow me on
&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/mehrceey04">twitter</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/andela-moseni">github</a></p>
&nbsp;&nbsp;&nbsp;<a href="https://twitter.com/mehrceey04" id="styles">twitter</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://github.com/andela-moseni" id="styles">github</a></p>
</footer>
</body>
</html>
23 changes: 22 additions & 1 deletion src/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,36 @@ body {
font-family: prociono;
font-size: 15px;
}
/*<style>*
a:link {color:green; background-color:transparent; text-decoration:none}
a:visited {color:pink; background-color:transparent; text-decoration:none}
a:hover {color:red; background-color:transparent; text-decoration:underline}
a:active {color:yellow; background-color:transparent; text-decoration:underline}*/
/*</style>*/

a:link {
color: white;
background-color: transparent;
text-decoration: none;
}

a:link:visited {
color: white;
background-color:transparent;
text-decoration:none;
}

a:hover {
color: whitesmoke;
color: #3CBBB1;
background-color:transparent;
text-decoration:underline;
}

a:active {
color:#3CBBB1;
background-color:transparent;
text-decoration:underline;
}
.btn-file {
position: relative;
overflow: hidden;
Expand Down Expand Up @@ -119,3 +136,7 @@ table {
width: 70%;
max-width: 70%;
}

#styles {
color: white;
}

0 comments on commit ab37f16

Please sign in to comment.