style.css 254 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 a { padding: 10px 12px 10px 12px; margin: 5px -1px 5px -1px; background-color: dodgerblue; text-decoration : none; color: white; } a:hover{ color: hotpink; background-color: midnightblue; } .direction { color: yellow; }