Answers for "html if screen is smaller thatn"

0

html if screen is smaller thatn

@media screen and (max-width: 1024px) {
    .yourClass {
        display: none !important;
    }
}
Posted by: Guest on August-29-2021

Code answers related to "html if screen is smaller thatn"

Browse Popular Code Answers by Language