How can I make css like this as picture below:
相关问题
- Adding a timeout to a render function in ReactJS
-
Why does the box-shadow property not apply to a
- Add animation to jQuery function Interval
- jQuery hover to slide?
- Issue with star rating css
You could use a pseudo element for this:
You could then play with the height and width properties of the pseudo element to 'stretch' the line. Please note: this may require small adjustments to the top and left properties for positioning
An arrow in css, from css-tricks.com/ShapesOfCSS
You can alternatively use SVG: http://codepen.io/gaelb/pen/mJePGM
Can be achieved using manipulating border radius
CSS
HTML
https://jsfiddle.net/u663m81s/
Change height as per requirement !
You can play with parameters to suit your needs !!