From d9c23ab3befcd66bcbd3fc24572ad55257bfc333 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Thu, 2 Mar 2017 12:29:36 +0100 Subject: [PATCH] style du prix --- Yavsc/wwwroot/css/site.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Yavsc/wwwroot/css/site.css b/Yavsc/wwwroot/css/site.css index dcb256ba..9e387938 100755 --- a/Yavsc/wwwroot/css/site.css +++ b/Yavsc/wwwroot/css/site.css @@ -7,6 +7,27 @@ body { color:#999; } h1,h2,h3{color:#fff;} + +.price { + font-weight: bold; + font-size: x-large; + color: #fff; + border: solid white 1px; + border-radius: 1em; + padding: .2em; + margin: .2em; +} +.total { + font-weight: bold; + font-size: xx-large; + color: #fff; + background-color: #1f1c58; + border: solid white 1px; + border-radius: 1em; + padding: .2em; + margin: .2em; +} + .blog { padding: 1em; }