en

Alok Ranjan

  • DDaudalagidfez uma citaçãohá 2 anos
    The more specifically or uniquely, a CSS selector points to an HTML element, the higher will be its specificity.
  • DDaudalagidfez uma citaçãohá 2 anos
    When you start combining and applying multiple CSS selector types in your CSS rules, it will become necessary to check the precedence of those selectors more carefully.
  • DDaudalagidfez uma citaçãohá 2 anos
    The viewport is the area where the browser renders the content.
  • DDaudalagidfez uma citaçãohá 2 anos
    Percentage unit is dependent on the position property of the element which determines the containing block of the element:
  • DDaudalagidfez uma citaçãohá 2 anos
    Setting and styling the font is an important aspect of displaying the text content. The font related properties are inherited and should be set at the body level to avoid duplicate styling at different levels.
  • DDaudalagidfez uma citaçãohá 2 anos
    You cannot control the width and height of an inline element using CSS.
  • DDaudalagidfez uma citaçãohá 2 anos
    If we have to set this to 100%, the height should be set at the parent level to some absolute value starting from html->body and all containing parent to finally impact the element.
  • DDaudalagidfez uma citaçãohá 2 anos
    total width = width + margin-left + margin-right + border-left-width + border-right-width + padding-left + padding-right
    total height = height + margin-top + margin-bottom + border-top-width + border-bottom-width + padding-top + padding-bottom
  • DDaudalagidfez uma citaçãohá 2 anos
    You can change how the browsers calculate the size of the HTML element with the box-sizing CSS property.
  • DDaudalagidfez uma citaçãohá 2 anos
    This can be set to border-box to include the padding and border in the given width and height of the element.
fb2epub
Arraste e solte seus arquivos (não mais do que 5 por vez)