Media queries responsive design

hello,
i am trying to write a media query for the first time.in landscape mode make 2 columns in row instead of the usual list

@media all and (orientation:landscape) {

}

i guess it willbe something like that.but how to do the 2 cols thing?
thank you