Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

html if screen is smaller thatn

@media screen and (max-width: 1024px) {
    .yourClass {
        display: none !important;
    }
}
 
PREVIOUS NEXT
Tagged: #html #screen #smaller #thatn
ADD COMMENT
Topic
Name
2+1 =