I just want to figure out how to make my PHP, CSS or JS code flat to the right. When I was surfing on internet, I didn't know exactly what the keyword should be for my question. So, I need help from all of you guys.
Here is what I want to achieve:
#div{
border-radius:5px;
padding:10px;
margin:10px;
}
#divB{
border-radius:5px;
padding:10px;
margin:10px;
}
would become like this:
#div{border-radius:5px;padding:10px;margin:10px;}#divB{border-radius:5px;padding:10px;margin:10px;//and continue to the right}
Is there any software that can do that?
Tnx