Skip to content

Instantly share code, notes, and snippets.

@kek-Sec
Created August 3, 2021 07:23
Show Gist options
  • Save kek-Sec/ce615afe7ddef82ffa19707e7755b3ff to your computer and use it in GitHub Desktop.
Save kek-Sec/ce615afe7ddef82ffa19707e7755b3ff to your computer and use it in GitHub Desktop.
Angular 12 full height gradient background
.bg {
background-color: #4158d0;
background-image: linear-gradient(43deg, #4158d0 0%, #c850c0 46%, #ffcc70 100%);
/* Full height */
height: 100vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment