Jump to content

Il Domandatore

Members
  • Posts

    113
  • Joined

  • Last visited

Everything posted by Il Domandatore

  1. Do you mean when we use zoom from our browser to resize page?
  2. Il Domandatore

    Why use em?

    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?
  3. @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
  4. 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.
  5. Work neither this. A beginner not know what is obvious and come on a site to learn. When seeing that something it's wrong, it goes away from this site. I hope that developers will solve these pages because I can't continue to learn, trying to guess which part of code miss. eheh :). https://i.postimg.cc/DZgQMWGj/Immagine.jpg
  6. 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.
  7. Thank you dsonesuk, I'd right that missed some info on https://www.w3schools.com/cssref/playit.asp?filename=playcss_border-bottom-left-radius. I go to send an email to W3schools.
  8. Ho sbagliato qualcosa: <! DOCTYPE html> <html> <head> <style> .noob { border-bottom-left-radius: 3px; } </style> </head> <body> <div class = "noob"> <p> Intestazione rossa allineata al centro </p> </div> </body> </html> https://www.w3schools.com/cssref/playit.asp?filename=playcss_border-bottom-left-radius
  9. 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.
  10. To example? We can have code as we got till tutorial? I'm passed from the Tutorial to CSS Propriety and this last it's hard to understand.
  11. 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...