Skip to content

Instantly share code, notes, and snippets.

@ntnyq
Last active September 6, 2019 10:00
Show Gist options
  • Save ntnyq/6aa43edaee5e5b80ec8ed1c29faf7231 to your computer and use it in GitHub Desktop.
Save ntnyq/6aa43edaee5e5b80ec8ed1c29faf7231 to your computer and use it in GitHub Desktop.
[SCSS utils] #Utils #SCSS
// 背景色
background: linear-gradient(45deg,#00ae7b,#0081bf); // 蓝绿色渐变
/* 文字 */
// 黄色
background-image: linear-gradient(to bottom, #fffffd 15%, #ffff0b 60%);
// 蓝色
background-image: linear-gradient(to bottom, #fbfffe 15%, #0892f8 60%);
// 绿色
background-image: linear-gradient(to bottom, #fbfffe 15%, #43f4dd 60%);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment