Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: What are some CSS commands I need to know  (Read 6848 times)

0 Members and 1 Guest are viewing this topic.

divs

    Topic Starter


    Rookie

    • Experience: Beginner
    • OS: Windows 10
    What are some CSS commands I need to know
    « on: June 05, 2016, 10:29:21 PM »
    Hi im learning xhtml and css at the moment. what are some css commands I should remember for styling my web pages. thankyou

    mike-29



      Newbie

      • Experience: Experienced
      • OS: Windows 7
      Re: What are some CSS commands I need to know
      « Reply #1 on: November 10, 2016, 03:49:35 AM »
      Hi Divs,
      I recomend using w3school
      and here some properties to memorize:

      1. border-radius
      2. box-shadow
      3. text-shadow
      4. Text-Stroke
      5. Multiple Backgrounds
      6. background-size
      7. text-overflow
      8. Flexible Box Model
      9. Resize
      10. Transition

      If can look into these ones it would help you a lot.
      hope you find this helpful.

      booxm



        Rookie

        Thanked: 1
        • Yes
      • Experience: Guru
      • OS: Linux variant
      Re: What are some CSS commands I need to know
      « Reply #2 on: December 22, 2016, 04:31:43 AM »
      if you're going to develop a full website, you're probably going to use every single property described on the already-cited w3schools.
      The good thing though, is that you don't really need to memorize the syntax for each property, but just remember that you can achieve a particular result with a CSS property... so that you can look up the reference on w3schools anytime you need to use something you haven't memorized yet.
      After doing this job for some time, you'll automatically memorize the properties you use the most.