Skip to content
View MariaJackson1's full-sized avatar

Block or report MariaJackson1

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Poorman's Styleguide Poorman's Styleguide
    1
    bryanbraun/poor-mans-styleguide
    2
     
    3
    https://www.poormansstyleguide.com/
    4
     
    5
     
  2. Custom Fonts @font-face #typography ... Custom Fonts @font-face #typography #fonts
    1
    https://docs.generatepress.com/article/adding-local-fonts/
    2
    https://google-webfonts-helper.herokuapp.com/fonts
    3
     
    4
    /* Local Fonts */
    5
    /* oswald-600 - latin */
  3. Styling Buttons Styling Buttons
    1
    a.btn {
    2
     display: inline-block;
    3
     color: #fff;
    4
     background: #E2243B;
    5
     padding: .75em 1.5em;
  4. CSS-Tricks Article CSS-Tricks Article
    1
    /* --------------- Fluid Typography ------------------
    2
    -----per css tricks article: https://css-tricks.com/snippets/css/fluid-typography/ --------------------------------- */
    3
     
    4
     
    5
    /* ========== Per H1 font, this scales the font-size from a minimum of 29px (at a 320 viewport) to a maximum of 67px (at a 1920px viewport).