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
| body { | |
| # font-family: "Comic Sans MS"; | |
| overflow: auto; | |
| height: 100%; | |
| width: 100%; | |
| left: 0; | |
| right: 0; | |
| top: 0; | |
| bottom: 0; | |
| background: linear-gradient(270deg, #352D58, #1F232B); |
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
| # I'm gonna be honest it makes things look unreadable and i dunno why you'd use it as is | |
| body { | |
| overflow: auto; | |
| height: 100%; | |
| width: 100%; | |
| left: 0; | |
| right: 0; | |
| top: 0; | |
| bottom: 0; | |
| background: linear-gradient(124deg, #ff5136, #a76a42, #c641ab, #3cc453, #1ddde8, #2b1de8, #dd00f3, #dd00f3); |