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
$background_color: #292030; | |
$ball_red_color: #F34F4D; | |
$ball_red_shadow_color: #A12D1F; | |
body{ | |
background-color: #292030; | |
} | |
/* GRADIENT CIRCLE */ | |
.gradient{ | |
z-index: -2; | |
box-shadow: inset 0px 0px 65px 32px rgba(0,0,0,0.75); |