This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Bitch ass Nigga | |
*/ | |
background: #f06; | |
background: linear-gradient(10deg, #f06, yellow); | |
min-height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Tertiary Gradient | |
*/ | |
background: linear-gradient(90deg, #A61B67, #15A0BF, #B5D932, #F2B90C, #F24B0F); | |
height: 100%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* The first commented line is your dabblet’s titlerdient(90deg, #c06, blue, green, yellow, orange, red) no-repeat; | |
height: 20px |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Cottonmouth Colour Gradient | |
*/ | |
background: linear-gradient(90deg, #c06, blue, green, yellow, orange, red) no-repeat; | |
height: 20px |