Skip to content
Update About working with CSS in Sandbox authored by Ramses 800's avatar Ramses 800
......@@ -65,4 +65,9 @@ Each time you press Save in the Custom CSS Rules dialog, your content will be au
When you are satisfied with your styling, you can leave it like it is or copy the CSS to the Custom Sandbox World Style Sheet CSS file(as described above)
**Note that when using a CSS-file, any paths to images etc must be relative to where your CSS-file is located**
\ No newline at end of file
## Note that when using a CSS-file, any paths to images etc must be relative to where your CSS-file is located
In the example above, the file custom.css is residing in the world *Oneshots*, in a subfolder named *style*.
To use a path to a file in a subfolder to *style* named *images*,
```css
background-image: url("images/bg.jpg");
```
\ No newline at end of file