You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi completely new to coding. been following a tutorial on using HTML and CSS temples. pretty much following it word for word even using the template they use in the tutorial (its a lighthouse labs tutorial btw) basically I can't seem to change the background image to another one in the CSS file. been driving me crazy as I 'm putting the info into the letter in the URL . Is there something I'm missing regarding the template. It does look to be updated compared to the one in the tutorial I'm watching
The text was updated successfully, but these errors were encountered:
Hey @bazilk, look out the used css files. One of the file normal .css and the other is .min.css, the project currently using .min.css and if you want to change background-image so change the background-image on the normal .css file and use the normal .css file in the index.html
Another solution is that, change your background-image in .css file then minimize it in web (you can find some website for this situation) and change the minimized files with minimized file which is already in project.
Hi, you have to change the fbackground image in the files in the scss folder. Css files will be newly created every time you change run gulp. The background image is set by the url paramter:
Hi completely new to coding. been following a tutorial on using HTML and CSS temples. pretty much following it word for word even using the template they use in the tutorial (its a lighthouse labs tutorial btw) basically I can't seem to change the background image to another one in the CSS file. been driving me crazy as I 'm putting the info into the letter in the URL . Is there something I'm missing regarding the template. It does look to be updated compared to the one in the tutorial I'm watching
The text was updated successfully, but these errors were encountered: