Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Multiple CSS Files for one website.

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24123
    GreyFox135
    Participant

    Real quick question for ya’ll. I’m a new web designer and was wondering if having multiple CSS files (like 3-5) was common for a regular web site.

    Is it? How many is common? When I’m fiddling with designs I often make a css file for the home page, about, contact, etc…

    Any advice on this is much appreciated. Thanks!

    #53809
    GreyFox135
    Participant

    1-3 is common then?

    I was just wondering. I’m new so I was just making styles for all my pages. Thanks for the your input!

    #53814
    ikthius
    Member

    your whole site, every page’s id’s classes should be on the one CSS file.

    remember you can re-use Id’d on instance per page or if your going to have more instances of the same thing (I.E. links, all links should look the same) then use classes – style accordingly.

    you may have a style sheet for the web page screen, a CSS for Print, A CSS for maybe problematic IE6, if neccissary (hopefully not)

    let your coding work for you, don’t over code, it saves time and makes the site look uniform

    #54177
    GreyFox135
    Participant

    Thanks for your replies guys! I really appreciate all your input.

    You guys are awesome!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘CSS’ is closed to new topics and replies.