JackT06 macrumors 6502 Original poster Jul 24, 2009 293 0 Feb 21, 2011 #1 How do i get the background color to fully cover the text... It don't fully cover the text (see attachment). Code: #rightnav h1 { text-transform: uppercase; color: #84A40B; font: Serif Semi Bold; background-color:#000; } Attachments background color.png 1.5 KB · Views: 61
How do i get the background color to fully cover the text... It don't fully cover the text (see attachment). Code: #rightnav h1 { text-transform: uppercase; color: #84A40B; font: Serif Semi Bold; background-color:#000; }
J JohnJ. macrumors newbie Feb 21, 2011 1 0 Feb 21, 2011 #2 Add padding around the text (eg: padding:5px 10px ) .