CSS - goatandsheep/goatandsheep.github.com GitHub Wiki

Cascading Style Sheets

:host([an-attribute]) iron-icon {
        fill: currentcolor;
      }

Works: <iron-icon an-attribute></iron-icon>

Doesn't work: <iron-icon></iron-icon>

Fonts

  • supporting all the browsers is 😵🔫 because the browsers have different levels of support. See w3schools.org
  • Types:
    • TTF
    • OTF

Scrollbars

An ugly thing about the web is that a lot of the time nowadays, scrollbars disappear and you won't know it. This article describes how to make a custom scrollbar.

⚠️ **GitHub.com Fallback** ⚠️