1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Your First CSS Style Sheet

Discussion in 'Design & Development' started by Samuel, Mar 26, 2012.

  1. Samuel

    Samuel
    Expand Collapse
    Admin

    Joined:
    Dec 20, 2011
    Messages:
    5,576
    Likes Received:
    71
    tipoywizard likes this.
  2. nikkoncolmel

    nikkoncolmel
    Expand Collapse
    Junior Member

    Joined:
    Sep 14, 2012
    Messages:
    10
    Likes Received:
    0
  3. onlinedating

    onlinedating
    Expand Collapse
    Junior Member

    Joined:
    Apr 8, 2013
    Messages:
    16
    Likes Received:
    0
  4. anshuera

    anshuera
    Expand Collapse
    Registered Member

    Joined:
    Dec 16, 2013
    Messages:
    2
    Likes Received:
    0
    It is easy to learn but it designing is all depends upon your creativity . how you will creative designing will easy for because it is to use and but implementation is all depends on creativity.
     
  5. KenBrace

    KenBrace
    Expand Collapse
    Registered Member

    Joined:
    Feb 7, 2015
    Messages:
    63
    Likes Received:
    4
    CSS is one of the easiest languages to learn but one of the hardest to master. Kind of like hobbits from the Lord of the Rings.

    "You can learn all about them in a day, but even after 100 years they can still surprise you." -Gandalf

    I've spent hours and hours in the past messing around with CSS trying to get stuff right with no avail. I don't so much have this problem anymore but CSS can still throw me off sometimes.
     
  6. jblogger

    jblogger
    Expand Collapse
    Registered Member

    Joined:
    Oct 9, 2014
    Messages:
    79
    Likes Received:
    7
    @KenBrace and you didn't mention that there are some things that look good in a browser but awful in some other. I know most modern browsers have more compatibility with CSS than before but still it's hard to make things look just the same everywhere. I've yet to master CSS so I can make cross compatible sites.

    What I do is I ignore old IE versions, in fact I ignore IE at all and just test my sites against Chrome, Firefox and Opera.
     
  7. tipoywizard

    tipoywizard
    Expand Collapse
    Registered Member

    Joined:
    Feb 8, 2015
    Messages:
    26
    Likes Received:
    0
    Thanks for the tutorials. I will use this in improving my website.
    Here's another good site.
    http://www.codecademy.com/en/tracks/htmlcss
     
  8. KenBrace

    KenBrace
    Expand Collapse
    Registered Member

    Joined:
    Feb 7, 2015
    Messages:
    63
    Likes Received:
    4
    Me too. I don't even bother with old IE versions. I consider it a waste of time. Technology is moving on and there's no reason to keep working with outdated software that nobody uses.
     
  9. xTinx

    xTinx
    Expand Collapse
    Junior Member

    Joined:
    Oct 10, 2014
    Messages:
    105
    Likes Received:
    9
    Just to add to the discussion, though if one enrols for the CSS course this important information would be shared. There are actually three types of CSS: inline, internal and external. The trend these days is using external CSS. The use of a separate style sheet makes it more organized, less complicated and cleaner compared to inline or internal. So if you're in your first stages of learning CSS, never ever use inline or internal. External CSS all the way. As for me, I'm currently having a hard time trying to figure out how to make boxes and pictures float. They don't teach you stuff like that when you're a beginner.
     

Share This Page