Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css rotate 90 deg

transform: rotate(90deg);
Comment

css rotate 90 degrees

.my-div{
  transform: rotate(90deg); /* rotate x-axis and y-axis */
  transform: rotateX(180deg); /* rotate x-axis */
  transform: rotateY(180deg); /* rotate y-axis */
}
Comment

PREVIOUS NEXT
Code Example
Css :: write text in one line css 
Css :: css get rid of button outline on click 
Css :: overlay css background image 
Css :: css media queries between two sizes 
Css :: html remove border from textarea 
Css :: remove boldness css 
Css :: darken image css 
Css :: css 100% -20px 
Css :: form field focus border remove css 
Css :: css wordwrap 
Css :: css make image gray 
Css :: css scrollbar vertical only 
Css :: no link underline css 
Css :: textview center text 
Css :: meyer-reset css cdn 
Css :: disable textarea resize 
Css :: ajouter une image dans un before after 
Css :: transition all ease 0.3s 
Css :: css avoid line break in span 
Css :: position footer to stay at bottom of screen flexbox 
Css :: restrict a paragraph height css 
Css :: hide cursor css 
Css :: keyframe fade down css 
Css :: css background color 
Css :: christmas red color code 
Css :: scrollable table vertical 
Css :: center align an image css 
Css :: tailwind input field hide arrows 
Css :: clearfix css 
Css :: autocomplete widget set z-index 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =