Viewing File: /usr/local/cpanel/base/frontend/jupiter/plugin_banners/koality/sqm-banner/style-resets.css

*, *::before, *::after{
    box-sizing: border-box; 
}

*{
    margin: 0; 
    padding: 0; 
}

a:not([class]){
    text-decoration-skip-ink: auto; 
}

img, picture, svg, video, canvas{
    max-width: 100%;
    height: auto; 
    vertical-align: middle; 
    font-style: italic; 
    background-repeat: no-repeat; 
    background-size: cover;
}

input, button, textarea, select{
    font: inherit; 
}

html {
    font-size: 16px; /* base so that I can scale with rem units */
}
Back to Directory File Manager