Šablona:Test/styles.css

Z Mineland.eu | Wiki
Verze z 23. 11. 2019, 14:01, kterou vytvořil imported>Le0 (Založena nová stránka s textem „→‎Scope your styles inside a media query. This means they will only apply on tablet or desktop.: @media all and ( min-width: 720px ) { .main-page-b…“)
(rozdíl) ← Starší verze | zobrazit aktuální verzi (rozdíl) | Novější verze → (rozdíl)
Skočit na navigaci Skočit na vyhledávání
/* Scope your styles inside a media query. This means they will only apply on tablet or desktop.  */
@media all and ( min-width: 720px ) {
    .main-page-box {
        float: left;
        width: 200px;
    }
}