I have two divs,
<div class="col-md-6"> First Content </div>
<div class="col-md-6"> Second Content </div>
When it is full screen, I want to show the "First content" first and then the "Second Content", but when the screen size is small, I want to show the "Second Content" first and below it the "First Content".
Is there a way? I want to implement this with raw css or bootstrap.