Search
 
SCRIPT & CODE EXAMPLE
 

CSS

bootsrap view only landscape

@media (orientation:landscape) {
    .hide-on-landscape {
        display: none;
    }
}

@media (orientation:portrait) {
    .hide-on-portrait {
        display: none;
    }
}
Comment

PREVIOUS NEXT
Code Example
Css :: css get part of id 
Css :: chrome extension detect copy action 
Css :: html prevent interaction 
Css :: how to fix the html on tablet movement 
Css :: tailwindcss class order 
Css :: slect all li that not have ul 
Css :: reorder images in mobile web developer 
Css :: how to install gotham rounded as a font in visual studio code for my css file 
Css :: change your cursor 
Css :: hard cutoff gradient 
Css :: css battle 54 char 
Css :: hide yunohost button on apps 
Css :: resizer in vertical 
Css :: change size 
Css :: tailwind css border radius 
Css :: diagonal background color css 
Css :: css media queries if else 
Css :: Task #2: Set a linear gradient background for the div element, going from the top left to the bottom right, transitioning from "white" to "green" 
Typescript :: close ports in windows 
Typescript :: matlab run all tests in folder 
Typescript :: check if file exists laravel 
Typescript :: import lodash issue angular 
Typescript :: use ref in react typescript 
Typescript :: challenges in agile 
Typescript :: onblur typescript 
Typescript :: typescript override interface property 
Typescript :: response.json results in pretty data python 
Typescript :: typescript css type 
Typescript :: nestjs mongoose schema virtual 
Typescript :: sql see constraints on table 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =