How to apply Multiple IDs # on one css?
You can easily apply multiple id’s to a single css style using following format:
#id1, #id2, #ID3 {
width:100%;
float:left;
}
How to apply Multiple IDs # on one css?
You can easily apply multiple id’s to a single css style using following format:
#id1, #id2, #ID3 {
width:100%;
float:left;
}