Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

background image syntax in css if it is in folder

/* The first method using an image on your server */
background: url('img/someimage.jpg');

/* The second method using an image hosted on another server */
background: url('http://www.someimage.com/someimage.jpg');

/* A third method that allows the site to determine protocol instead of explicitly defining it */
background: url('//www.someimage.com/someimage.jpg');
Source by teamtreehouse.com #
 
PREVIOUS NEXT
Tagged: #background #image #syntax #css #folder
ADD COMMENT
Topic
Name
8+1 =