I want to use display:inline-block for div element and the same time to do its invisible with display:none. Is it right?
div {display:inline-block;display:none;}
I want to use display:inline-block for div element and the same time to do its invisible with display:none. Is it right?
div {display:inline-block;display:none;}