how to make clickable container or box in css code example Example: make div clickable <div onclick="location.href='#';" style="cursor: pointer;"> </div>