AaronLayton / skylords-project-aurora

Skylords Project Aurora
https://skylords-project-aurora.herokuapp.com/
GNU General Public License v3.0
0 stars 0 forks source link

HiRes main menu #4

Open AaronLayton opened 5 years ago

AaronLayton commented 5 years ago

The main menu was originally built with images due to the tech when this was made. Browsers can do a lot more now!

This would be swap out the img's with text links with the drop shadow

.link {
    color: white;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    padding: 0 16px;
    text-shadow: 0 2px 2px #000;
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px;
}