Jump to content

Il Domandatore

Members
  • Posts

    113
  • Joined

  • Last visited

Posts posted by Il Domandatore

  1. On w3schools.com it's suggested use em instead of px because first it's relative and second it's static.

    I'm still confused; which is the improvement?

  2. @dsonesuk 

    I've found multiple troubles in a lot of pages. Similar examples works and others not...

    https://www.w3schools.com/cssref/playit.asp?filename=playcss_filter&preval=blur(5px) Works.

    Everything under More Examples, not.

    True, I use chrome 49 and have need 53, but why they did not put everything?

    I've found another strange situation, nut I do not remember where was. Or I've found examples that not should work on my browser and instead go well...

     

    Same on Font Weight; It works partially. Numbers are 9 but work as are 2. 

    https://www.w3schools.com/cssref/pr_font_weight.asp

  3. Please, avoid to dirt this post, because I've shown that for a beginner they guides are incomplete and coping them code, creates errors.

    I've sent an email to developers and linked this page. They haven't added all info that we need and an expert know what to lack.

    Thank you dsonesuk for your replies, without you wasn't clear that there was the need to add something on code.
     

  4. The page CSS Propriety, bring a beginner to wrong because it does not say that we have needed to add colour. I've got the same trouble on another example, because uncomplete.

  5. On 8/24/2020 at 1:40 PM, Il Domandatore said:

    div {
        border-bottom-left-radius:3px;
    }

    Anyone may solve this trouble? Probably I should use a class, but I not have to understand fine. I go to study this part, but I appreciate who help.

  6. Hi to all, I'm a beginner on CSS; There is a part few clear to understand.

    Every time that I go to try examples, I can't use on Tryit.
    https://www.w3schools.com/cssref/playit.asp?filename=playcss_border-bottom-left-radius&preval=10%25

    div {
        border-bottom-left-radius:3px;
    }

    Not works because will miss a class or something.

    Every example that we may try on
    https://www.w3schools.com/cssref/default.asp are hard to understand to who start to learn CSS.
     

×
×
  • Create New...