Search
 
SCRIPT & CODE EXAMPLE
 

CSS

losange css

#carre {
    height: 30px;
    width: 30px;
    background: red;
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari et Chrome */
    -o-transform: rotate(45deg); /* Opera */
}
Comment

PREVIOUS NEXT
Code Example
Css :: scss global class 
Css :: css border radius first element and last element 
Css :: css crop image 
Css :: css linear gradients 
Css :: override vuetify container width 
Css :: calculate using n nth-child 
Css :: div style how to wrap around 
Css :: style inline css hover 
Css :: how to set media path and media root 
Css :: css break text no whitespace 
Css :: li move to left 
Css :: fixed image position while scrolling 
Css :: css change background color on hover 
Css :: how to change font color in css 
Css :: css box 
Css :: animation using css 
Css :: media queries in scss 
Css :: NeuMorphisme button code 
Css :: mixed-blend-mode css all properties 
Css :: css animation not smooth site:stackoverflow.com 
Css :: acf wysiwyg height 
Css :: how to code color css property 
Css :: How to add a pure css loading spinner 
Css :: sass css variables root 
Css :: place items 
Css :: background in css 
Css :: button in css 
Css :: text align in materialize css 
Css :: css make a cell twice as big flexbox 
Css :: css color 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =