no you can space it any way you want it just needs to be format like
name {change; change; change}
here is example might help also you can test it with inspect element
body {colour: red; background-color: green;}
.box.blog {
background-color: aqua;
}
no you can space it any way you want it just needs to be format like
name {change; change; change}
here is example might help also you can test it with inspect element
body {colour: red; background-color: green;}
.box.blog {
background-color: aqua;
}
Use } at beginning of code then } at end, you will see it in alot of working code. Hope this helps. --llily