+ 3
How to make a comment that spans over multiple lines?
/*This is a comment*/. How so I use it to span several lines?
1 ответ
+ 15
div{
color:green;
/* border-radius:20%;
border:2px solid lightblue; */
width:42px;
}
/*This is a comment*/. How so I use it to span several lines?