Frontend Development

.CSS Extra [Trick]

Submitted by donscream, , Thread ID: 11495

Thread Closed
donscream
Novice
Level:
0
Reputation:
0
Posts:
30
Likes:
0
Credits:
0
19-10-2015, 05:31 PM
#1
Some times you see
Code:
// text here

You see in a .css ( // ) that means it is text with explaining what it does or a remember that developers know easy how or what to do.

Well if you don't need to edit it anymore then you just can delete is.....
Code:
// Example text
body{background-color:#d0e4fe;}
h1{color:orange;text-align:center;}
p{font-family:"Times New Roman";font-size:20px;}

So removing it will be just like this.
Code:
body{background-color:#d0e4fe;}
h1{color:orange;text-align:center;}
p{font-family:"Times New Roman";font-size:20px;}

Users browsing this thread: 1 Guest(s)