Answers for "shopify image tag in background property css"

CSS
1

backgrond image shopify css

body {
    background: url({{ 'some-image.jpg' | asset_url }});
}
Posted by: Guest on May-29-2020

Code answers related to "shopify image tag in background property css"

Browse Popular Code Answers by Language