CSS

Snippets

05
<style type="text/css">
@media print {
  a[href]:after {
    content: none !important;
  }
}
</style>
Posted in: CSS

Comments

There are currently no comments, be the first to post one!

Post Comment

Only registered users may post comments.