how do I write the following sed command so that I can use the line breaks and code structure when I write the sed command as well as output the same code structure? As you can see I'm trying to modify CSS without making it one line.
sed -i 's/#para3{
font-size:21pt;
position:absolute;
width:500px;
left:15px;
top:445px;
text-align:left;
}/#para3{
font-size:testpt;
position:absolute;
width:500px;
left:15px;
top:445px;
text-align:left;
}/g' $file0