1

Future Funk Album Cover

 2 years ago
source link: https://codepen.io/mikemai2awesome/pen/GRQpEOM
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

CSS (SCSS)

@import url("https://fonts.googleapis.com/css2?family=League+Gothic&family=Six+Caps&display=swap");
:root {
  --font: "League Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    sans-serif;
  --font-heading: "Six Caps", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    sans-serif;
  --color-text: #ffc50b;
  --color-text-secondary: #{lighten(#ffc50b, 25%)};
  --color-bg: #{darken(#ffc50b, 45%)};
  --color-frame: #{darken(#aa076b, 35%)};
  --color-text-shadow: #{darken(#1ebdee, 15%)};
  --color-text-glow: #aa076b;
}

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK