I have searched a lot on google and can't seem to find what to do with a line of CSS that is really long. If I want to split that code and finish it in another line, how do I go about doing this? Should I do it? for example:
src: url("http://ThisIsAReallyLongURL/thatIneedToTryandgetonAsecondLine")
would I do it like this?
src: url("http://ThisIsARreallyLongURL/thatIneed\
ToTryandgetonAsecondLine")
Any help would be appreciated. Thanks!