When you’re experimenting with the CSS, you can use comments instead of replacing or deleting code. Examine the following:
/* background-color: blue; */
background-image: url(../images/gradient_1.jpg);
background-image: url(../images/gradient_1.jpg);
(adsbygoogle = window.adsbygoogle || []).push({});
The comment symbols are these:
The comment symbols are these:
/* */
The new symbols will turn any code into comments, meaning the browser will ignore the line. You can comment out more lines by moving the left or right comment symbols. Like this:
No comments:
Post a Comment