Home › Forums › Other › Personal Portfolio Feedback › Re: Personal Portfolio Feedback
May 24, 2010 at 6:23 pm
#76475
Member
Might want to add "outline:none;" to your "a" selector
Code:
a {
color:#333333;
font:14px/1.4 Arial,Sans;
outline:none;
}
color:#333333;
font:14px/1.4 Arial,Sans;
outline:none;
}
Other than that, looks good.