Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Personal Portfolio Feedback Re: Personal Portfolio Feedback

#76475

Might want to add "outline:none;" to your "a" selector

Code:
a {
color:#333333;
font:14px/1.4 Arial,Sans;
outline:none;
}

Other than that, looks good.