Latest comments
- @tartufu@liniii31
Hi, your background circles can be achieved by using the following in you css: background : url(path to background image ) and positioning of the same. Hope this helps.
- @nemesisaquib@liniii31
Hi, when you use url() to attach image, use "background" property instead of "background-image"in your css. Hope this solves your problem a bit.