Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css chevron arrow

	:before{
    position: relative;
    /* top: 3pt; Uncomment this to lower the icons as requested in comments*/
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid black;
    border-top: 0.2em solid black;
    transform: rotate(45deg);
    margin-right: 0.5em;
    }
Comment

PREVIOUS NEXT
Code Example
Css :: css banner image 
Css :: css for background color 
Css :: font face 
Css :: object-position 
Css :: css outline width 
Css :: css translate x and y 
Css :: twig date modify 
Css :: how to use css transform matrix 
Css :: border style css 
Css :: not focus css 
Css :: css animation linear 
Css :: image overlay in css 
Css :: hide featured image in wordpress 
Css :: input default css properties 
Css :: flexbox properties css 
Css :: media min height css 
Css :: bootstrap-start 
Css :: css move inline image up 
Css :: box shadow to table cell css 
Css :: css bold weight 
Css :: how to insert gradient in css 
Css :: css media query max width 
Css :: width 
Css :: font-family css 
Css :: fixed table header css 
Css :: preloader css 
Css :: border-style css 
Css :: apply margin to all child elements 
Css :: Twig convert encoding 
Css :: padding bottom and top css in same ligne 
ADD CONTENT
Topic
Content
Source link
Name
9+6 =