/*

Theme Name: Drew Website Hello Child Theme

Theme URI: https://drewebsite.hu/

Description: Gyermeksablon a Hello Elementorhoz.

Author: Drew Website

Author URI: https://drewebsite.hu/

Template: hello-elementor

Version: 1.0.0

Text Domain: hello-elementor-child

*/

/*.piros-kockas {
    background-color: #FFFFFF;
    background-image:
        repeating-linear-gradient(0deg, rgba(231, 40, 43, .8) 0px 8px, transparent 8px 16px),
        repeating-linear-gradient(90deg, rgba(231, 40, 43, .8) 0px 8px, transparent 8px 16px);
}*/

.piros-kockas {
    background-color: #fff;
    background-image:
        /* vízszintes sávok */
        repeating-linear-gradient(0deg, rgba(231, 40, 43, 0.6) 0px 8px, transparent 8px 16px),
        /* függőleges sávok */
        repeating-linear-gradient(90deg, rgba(231, 40, 43, 0.6) 0px 8px, transparent 8px 16px),
        /* átlós ferde vonalazás */
        repeating-linear-gradient(45deg, rgba(231, 40, 43, 0.3) 0px 0.5px, transparent 0.5px 1px);
}