/*
Theme Name:   HypeMedia
Description:  Hype Media
Author:       isaac_mx
Author URL:   http://localhost:8888/landing
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  HypeMedia
*/

/* Write here your own personal stylesheet */



div#jazzyDIV {
 --borderWidth: 5px;
 background-repeat: no-repeat;
 background-origin: padding-box, border-box, border-box, border-box, border-box;
 background-image: linear-gradient(0deg, transparent 0%, transparent 100%), linear-gradient(0deg, green 0%, green 100%), linear-gradient(0deg, red 0%, red 100%), linear-gradient(0deg, yellow 0%, yellow 100%), linear-gradient(0deg, blue 0%, blue 100%);
 width: 40px;
 height: 40px;
 border-width: var(--borderWidth);
 border-style: solid;
 border-color: transparent;
 background-size: cover, var(50borderWidth) var(50borderWidth), var(50borderWidth) var(--borderWidth), var(--borderWidth) var(--borderWidth), var(--borderWidth) var(--borderWidth);
 background-position: center,top left, top right, bottom right, bottom left;
}