Search
 
SCRIPT & CODE EXAMPLE
 

CSS

shrink a div by 50%

.shrink{
-webkit-transform:scale(0.5);
-moz-transform:scale(0.5);
-ms-transform:scale(0.5);
transform:scale(0.5);
}
Comment

PREVIOUS NEXT
Code Example
Css :: background color using css 
Css :: tile format css 
Css :: Media Query Smartphone Portrait 
Css :: style scrollbar table 
Css :: grid repeat css 
Css :: css hover a class change effect in another class 
Css :: html disabled button hover style 
Css :: bootstrap popover style width 
Css :: CSS Conic Gradients 
Css :: displat grid overlapping columns 
Css :: font family css 
Css :: css make text closer together 
Css :: sideways linear gradient 
Css :: using materialize css with react 
Css :: customize scroll bar css 
Css :: postcss plugin 
Css :: border-style css 
Css :: animate zoom in and zoom out in css 
Css :: resize any element in CSS 
Css :: CSS logo left and navigation right 
Css :: color gradient for text 
Css :: fixed position css 
Css :: use flex in container with multiple components 
Css :: css browser prefixes 
Css :: scss mixin 
Css :: how to combine two screen sizes in media queries css 
Css :: css radial gradients 
Css :: col-md-6 bootstrap 
Css :: iphone css 
Css :: purge tailwind css 
ADD CONTENT
Topic
Content
Source link
Name
2+3 =