Lambneck Posted October 12, 2008 Share Posted October 12, 2008 Hello, I am trying to get the following effect: <font size="4" color="white">Text</font> by using css: h2 {size: 12px; color: #FFFFFF; font-weight: normal} so far its not working. Link to comment https://forums.phpfreaks.com/topic/128076-solved-font-size/ Share on other sites More sharing options...
Zane Posted October 12, 2008 Share Posted October 12, 2008 h2 { font-size: 12px; font-color: #fff; font-weight: normal; padding: 0px; margin: 0px; } Link to comment https://forums.phpfreaks.com/topic/128076-solved-font-size/#findComment-663242 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.