CSS
CSS a태그(앵커태그) 리셋~!!
아롱사태남
2015. 6. 18. 09:38
반응형
/* a-style */
a {color: #fff; text-decoration: none; outline: none}
a:hover, a:active {text-decoration: none; color:#fff; background-color:#f59000;}
어떻게 보면 기본적인거지만 까먹지 않기 위해 올려봄....
반응형