Jump to content

Css font question


dk4210

Recommended Posts

Hello Everyone,
I have tried to duplicate the css font and font size that is on the following page[see linik] page, but I have been unable to. Could some one give me a sample css that would make my text look like this? Here is the link to the site.. Its the main text area.

http://keyetv.com/topstories/topstories_story_299113124.html

Thanks, Dan
Link to comment
https://forums.phpfreaks.com/topic/25298-css-font-question/
Share on other sites

[code]#storysandbox{
margin-top:2em;
}
#storysandbox ul, #storysandbox ol {
margin-bottom:1em;
}
#storysandbox ul li {
list-style-type:disc;
display:list-item;
margin-left:20px;
font-size:1.1em;
line-height:1.2em;
}
#storysandbox ol li {
list-style-type:decimal;
display:list-item;
margin-left:25px;
font-size:1.1em;
line-height:1.2em;
}
#storysandbox hr {
display:block;
visibility:visible;
color:#ccc;
border:1px solid #ccc;
margin-bottom:1em;
}
#storysandbox h2 {
padding-left:0;
background-image:none !important;
}
#storysandbox p pre {
font-size:1.1em;
}[/code]


should do it
Link to comment
https://forums.phpfreaks.com/topic/25298-css-font-question/#findComment-115380
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.