Search
 
SCRIPT & CODE EXAMPLE
 

CSS

backwards text css

.mirror{
    display: inline-block; 
    font-size: 30px;

    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
    -o-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0);
}
Comment

PREVIOUS NEXT
Code Example
Css :: increase tooltip width in angular material 
Css :: make triangle using div 
Css :: css disable scroll mobile 
Css :: css check if mobile 
Css :: line break doesnt work css 
Css :: responsive css grid 
Css :: css ios disable zoom 
Css :: how to hide scrollbar css 
Css :: ratio bootstrap 
Css :: background color inline styling 
Css :: css text bottom to top 
Css :: align ionic icons and text css 
Css :: css box shadow 
Css :: font montserrat 
Css :: css disable mouse events 
Css :: keep aspect ratio of image css 
Css :: remove border from last child css 
Css :: css shaddow 
Css :: box bottom shadow css 
Css :: gulp with pm2 
Css :: css change image saturation 
Css :: how to serve css through go 
Css :: tailwindcss cli with custom config file name 
Css :: font semi bold css 
Css :: css flex gap between items 
Css :: add cursor to html button 
Css :: border properties css 
Css :: top left right bottom css shorthand 
Css :: z pos css 
Css :: css clip text 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =