how to
have linear or radial gradient for your container!
1 i would recommend you to use gradient generator for it. i always go to https://cssgradient.io, you can choose if you want radial or linear gradient, radial is basically like oval or circle shaped that is defined by their circle! linear goes by down/up/left/right/diagonally gradient color
2 once you've done finalizing your colors etc, scroll down and you will see copy to clipboard, click that and you automatically copy all of its code.
3 go to carrd.co, add embed and add this code:
<style>
#container01 > .wrapper > .inner{
PASTE THE GRADIENT CODE HERE
</style>
#outcome