diff options
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | style.css | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -25,9 +25,9 @@ <div class="info"> <p>For information: please contact <a href="#">joanna@joannalemon.com</a></p> <div class="jumplist"> + <div align="center"><a href="#">TES Shop</a></div> <div align="center"><a href="#">Etsy</a></div> <div align="center"><a href="#">Blog</a></div> - <div align="center"><a href="#">Another place</a></div> </div> </div> <div> @@ -158,6 +158,11 @@ header { margin-top: 20px; } +.jumplist a { + font-weight: bold; + color: #657c76; +} + h1 { color: #657c76; font-size: 2.0rem; |