Forums

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

Home Forums Other New CSS Learner

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

    Hello, I am interested to learn CSS. So help me to improve my skills. Thanks

    #157405
    Merri
    Participant
    <h1 id="learn">This is how you learn</h1>
    

    .

    #learn:before {
      position: absolute;
      content: 'I want to learn';
      visibility: hidden;
    }
    
    #learn:after {
      display: block;
      position: relative;
      content: 'I have learned so much!';
      visibility: visible;
    }
    

    Wow.

    #157406
    bennettpeter71
    Participant

    i will be grateful to you if you teach me

    #157417
    Alen
    Participant

    Some interesting ways to learn:

    • Go to your local book store, grab a book and read (wow what a concept).
    • Visit local University, College or Community College ask to participate in courses that interest you, for no credit. Many will say no, don’t take it personal. It only takes one yes.
    • YouTube. YouTube. YouTube. Sometimes seeing is believing.
    • Google. Google. Google. Research what interests you. Start thinking conceptually. How you can apply learned skills to solve a problem.
    • Find a mentor.
    • Join the conversation. (Forum, IRC, chat, meetups, talks, workshops)
    • Experiment. Experiment. Experiment.
    • See above!

    Don’t pay for any entry level knowledge, much like anything, free online resource is just click away.

    http://learn.shayhowe.com/html-css/

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