From c436ec4d3e5ca786cb5e15fdbec8e8249ed42ee4 Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Wed, 6 Oct 2021 21:53:50 +0200 Subject: [PATCH] Aggiunta la lira --- css/libro.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/css/libro.css b/css/libro.css index e5173ed..6e26d3b 100644 --- a/css/libro.css +++ b/css/libro.css @@ -50,7 +50,7 @@ pag::after { content: " pagine, " } -euro, dollaro { +euro, dollaro, lira { font-weight: lighter; } @@ -61,9 +61,12 @@ euro::before { dollaro::before { content: " - $ "; } + +lira::before { + content: " - £ "; +} + isbn { display: block; font-weight: lighter; -} - -/* */ \ No newline at end of file +} \ No newline at end of file