wrap DOM elements in SVG using before and after
CSS
<style>
/* will place two SVG elements before and after div elements
SVG must be URL encoded
*/
div:after{
left:20px;
margin:0 -100% 0 0;
display: inline-block;
height: 10px;
content: url(data:image/svg+xml,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22120px%22%20height%3D%2220px%22%20viewBox%3D%220%200%201200%20200%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%3Cpath%20stroke%3D%22black%22%20stroke-width%3D%223%22%20fill%3D%22none%22%20d%3D%22M1145%2085c17%2C7%208%2C24%20-4%2C29%20-12%2C4%20-40%2C6%20-48%2C-8%20-9%2C-15%209%2C-34%2026%2C-42%2017%2C-7%2045%2C-6%2062%2C2%2017%2C9%2019%2C18%2020%2C27%201%2C9%200%2C29%20-27%2C52%20-28%2C23%20-52%2C34%20-102%2C33%20-49%2C0%20-130%2C-31%20-185%2C-50%20-56%2C-18%20-74%2C-21%20-96%2C-23%20-22%2C-2%20-29%2C-2%20-56%2C7%20-27%2C8%20-44%2C17%20-44%2C17%20-13%2C5%20-15%2C7%20-40%2C16%20-25%2C9%20-69%2C14%20-120%2C11%20-51%2C-3%20-126%2C-23%20-181%2C-32%20-54%2C-9%20-105%2C-20%20-148%2C-23%20-42%2C-3%20-71%2C1%20-104%2C5%20-34%2C5%20-65%2C15%20-98%2C22%22%2F%3E%0A%3C%2Fsvg%3E%0A);
};
div:before {
right:20px;
margin:0 0 0 -100%;
display: inline-block;
height: 10px;
content: url(data:image/svg+xml,%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22120px%22%20height%3D%2220px%22%20viewBox%3D%220%200%201200%20130%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%3Cpath%20stroke%3D%22black%22%20stroke-width%3D%223%22%20fill%3D%22none%22%20d%3D%22M55%2068c-17%2C6%20-8%2C23%204%2C28%2012%2C5%2040%2C7%2048%2C-8%209%2C-15%20-9%2C-34%20-26%2C-41%20-17%2C-8%20-45%2C-7%20-62%2C2%20-18%2C8%20-19%2C18%20-20%2C27%20-1%2C9%200%2C29%2027%2C52%2028%2C23%2052%2C33%20102%2C33%2049%2C-1%20130%2C-31%20185%2C-50%2056%2C-19%2074%2C-21%2096%2C-23%2022%2C-2%2029%2C-2%2056%2C6%2027%2C8%2043%2C17%2043%2C17%2014%2C6%2016%2C7%2041%2C16%2025%2C9%2069%2C15%20120%2C11%2051%2C-3%20126%2C-22%20181%2C-32%2054%2C-9%20105%2C-20%20148%2C-23%2042%2C-3%2071%2C1%20104%2C6%2034%2C4%2065%2C14%2098%2C22%22%2F%3E%0A%3C%2Fsvg%3E%0A);
}
</style>
Also in CSS:
- Title
- css center text in div vertically
- Category
- CSS
- Title
- css modules react
- Category
- CSS
- Title
- css aplying everything
- Category
- CSS
- Title
- css custom properties
- Category
- CSS
- Title
- css position options
- Category
- CSS
- Title
- css hover
- Category
- CSS
- Title
- background color animation css
- Category
- CSS
- Title
- carousel inner item populate with for loop puting active class on all carousel item
- Category
- CSS
- Title
- what does css stand for
- Category
- CSS
- Title
- css nth child
- Category
- CSS
- Title
- how to add css to html
- Category
- CSS
- Title
- css list style url siz
- Category
- CSS
- Title
- style sheet link
- Category
- CSS
- Title
- css how to stop screen from left and right
- Category
- CSS
- Title
- css horizontal gradient background color
- Category
- CSS
- Title
- uibutton image
- Category
- CSS
- Title
- responsive youtube video on a website
- Category
- CSS
- Title
- css list remove dot
- Category
- CSS
- Title
- text underline hover css
- Category
- CSS
- Title
- w3 link fontawesome
- Category
- CSS
- Title
- background gradient vertical css
- Category
- CSS
- Title
- how to use hover in css
- Category
- CSS
- Title
- how to change button gradient
- Category
- CSS
- Title
- css 100% height
- Category
- CSS
- Title
- html5 input required length
- Category
- CSS
- Title
- Unable to load authentication plugin 'caching_sha2_password'. dbeaver
- Category
- CSS
- Title
- css grid
- Category
- CSS
- Title
- css font style
- Category
- CSS
- Title
- show central part of rectangle image css
- Category
- CSS
- Title
- symfony new project
- Category
- CSS
- Title
- how to chane text color when hover in css
- Category
- CSS
- Title
- how to style input fields in css
- Category
- CSS
- Title
- span to left css
- Category
- CSS
- Title
- hide the default tooltip behaviour from safari
- Category
- CSS
- Title
- javascript alternative to jquery css
- Category
- CSS
- Title
- css psedo class
- Category
- CSS
- Title
- css animation generator
- Category
- CSS
- Title
- css no overflow
- Category
- CSS
- Title
- css calss
- Category
- CSS
- Title
- vue import css scoped
- Category
- CSS
- Title
- vue scoped css not working
- Category
- CSS
- Title
- ms-clear event
- Category
- CSS
- Title
- css transition transform
- Category
- CSS
- Title
- reseting css
- Category
- CSS
- Title
- background image size css
- Category
- CSS
- Title
- css height auto vs 100
- Category
- CSS
- Title
- restrict a paragraph height css
- Category
- CSS
- Title
- update npm
- Category
- CSS
- Title
- html static background
- Category
- CSS
- Title
- underline text using css
- Category
- CSS
- Title
- html hide list bullet
- Category
- CSS
- Title
- how to make text wrap on overfloe with css
- Category
- CSS
- Title
- vuetify background color
- Category
- CSS
- Title
- free css templates
- Category
- CSS
- Title
- scss @mixin base
- Category
- CSS
- Title
- responsive font sizing css
- Category
- CSS
- Title
- media query css
- Category
- CSS
- Title
- mobile tablet desktop media queries
- Category
- CSS
- Title
- css anchor fill parent
- Category
- CSS
- Title
- lorem.picsum
- Category
- CSS
- Title
- transparent button css
- Category
- CSS
- Title
- ::-ms-clear
- Category
- CSS
- Title
- css hide mark border
- Category
- CSS
- Title
- css italics
- Category
- CSS
- Title
- css child multiple of 3
- Category
- CSS
- Title
- how to scroll fixed position
- Category
- CSS
- Title
- css min height
- Category
- CSS
- Title
- add border to input css
- Category
- CSS
- Title
- css rotate3d euler angles
- Category
- CSS
- Title
- how to change color of svg with css
- Category
- CSS
- Title
- hand property css
- Category
- CSS
- Title
- style message d'erreur css
- Category
- CSS
- Title
- css important
- Category
- CSS
- Title
- How to resize an background image to fit in the browser window?
- Category
- CSS
- Title
- background color gradient css
- Category
- CSS
- Title
- opacity transition in css
- Category
- CSS
- Title
- React include css
- Category
- CSS
- Title
- css textarea limit
- Category
- CSS
- Title
- simple font-face mixin scss
- Category
- CSS
- Title
- darken image css
- Category
- CSS
- Title
- resize in css
- Category
- CSS
- Title
- css display grid
- Category
- CSS
- Title
- how to change the size of something on hover in css
- Category
- CSS
- Title
- git clone command in terminal
- Category
- CSS
- Title
- equivalent zoom css
- Category
- CSS
- Title
- rotate 3d
- Category
- CSS
- Title
- not last child css
- Category
- CSS
- Title
- ionic css not working for innerHTML
- Category
- CSS
- Title
- cursor as image css
- Category
- CSS
- Title
- css transitions
- Category
- CSS
- Title
- i need show the message for when we are clicking routing page in anularjs
- Category
- CSS
- Title
- add font to css
- Category
- CSS
- Title
- css nested scrollbars
- Category
- CSS
- Title
- ref css in jsp
- Category
- CSS
- Title
- dark mode css
- Category
- CSS
- Title
- css select all elements except last css
- Category
- CSS
- Title
- css background image not showing
- Category
- CSS
- Title
- multilayer shadow in css
- Category
- CSS
- Title
- html5 video hide timeline
- Category
- CSS
- Title
- link css with path
- Category
- CSS