There is a web page showing information to the user. If the user decides to print it I want to include additional information that is not required on the screen, but would be helpful when printed.
In order to implement this behaviour I was trying to make a div visible only for printing. It hasn't worked though:
<div class="row col-md-12 visible-print">
some txt here
</div>
I think visible-print class work only on bootstrap 3 no 4 can you help me please