Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- the menu colors are:
- `.menu a, .menu a:visited {
- display: block;
- color: #d4c9b0;
- padding-top: 10px;
- padding-right: 10px;
- padding-left: 10px;
- text-decoration: none;
- font-family: Helvetica, Arial, sans-serif;
- font-size: 16px;
- }
- .menu a:hover {
- color: #B19D74;
- background: url(images/triangle2.png) no-repeat center bottom;
- text-decoration: none;
- }`
- and for the footer text:
- `#footer p {
- margin: 0;
- font-size: 14px;
- color: #d4c9b0;
- font-family: Helvetica, Arial, sans-serif;
- }`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement