From 3e6db7e375a5f2cf1d3879d1cd47bff9e12f88b7 Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Fri, 15 Mar 2019 11:50:24 +0100 Subject: [PATCH] Ajout de classes pour l'impression "simple" de la page --- css/print.css | 9 +++++++++ index.html | 15 ++++++++++----- 2 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 css/print.css 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 @@ Anthony Dumas - Portfolio + - -
+

@@ -154,7 +159,7 @@

-