diff --git a/css/print.css b/css/print.css new file mode 100644 index 0000000..2df2567 --- /dev/null +++ b/css/print.css @@ -0,0 +1,9 @@ +.dontPrint, +a.button, +p.buttons { + display: none; +} + +.displayOnlyOnPrint { + display: inline-block; +} \ No newline at end of file diff --git a/index.html b/index.html index 65fca1d..d8582be 100644 --- a/index.html +++ b/index.html @@ -8,12 +8,13 @@