Search
 
SCRIPT & CODE EXAMPLE
 

CSS

bolock rotating the screen on your website with css

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
  html {
    transform: rotate(-90deg);
    transform-origin: left top;
    width: 100vh;
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
  }
}
Comment

PREVIOUS NEXT
Code Example
Css :: h-screen in tailwind css 
Css :: Drupal 8 Notice: Trying to get property 
Css :: The basic - and minimal - structure of an email template looks like this: 
Css :: css cap rows paragraph 
Css :: outline letters in sass 
Css :: shopify display flex not working 
Css :: remove bullet list css 
Css :: Structs in Golang 
Css :: extend report jenkins css missing 
Css :: css trigger animation 
Css :: verified icon css 
Css :: docker registry fetch 
Css :: how to use style50 
Css :: how to decrease x-axis scrollbar width through css 
Css :: Basic sintax media Query 
Css :: Options for DNSSEC verification of other zones 
Css :: what is text-justify in css 
Css :: how to change the size of a style="text-align: center;" 
Css :: how to change bootstrap page link pagination 
Typescript :: @ts ignore file 
Typescript :: Input elements should have autocomplete attributes (suggested: "current-password") 
Typescript :: install typescript in ubuntu using sudo command 
Typescript :: import lodash issue angular 
Typescript :: remove contraints command psql 
Typescript :: typescript ignore node_modules 
Typescript :: sonar ignore rule 
Typescript :: useWindowsize hook in react 
Typescript :: insert value to the top of array in angular 
Typescript :: add to classlist of element in typescript not applied the css styles 
Typescript :: Which two import statements will allow for the import of the HashMap class? 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =