From e89ea44a83b1cc7926414a19c942e3b239a896e6 Mon Sep 17 00:00:00 2001 From: xengineering Date: Sat, 4 Sep 2021 12:13:05 +0200 Subject: Add code Element --- css/xengineering.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/xengineering.css b/css/xengineering.css index 97a7f96..d81902b 100644 --- a/css/xengineering.css +++ b/css/xengineering.css @@ -7,10 +7,6 @@ vim: shiftwidth=2 tabstop=2 expandtab /********************************** MOBILE ************************************/ -* { - -} - body { margin: 0; font-family: Arial, Helvetica, sans-serif; @@ -53,6 +49,15 @@ nav button:hover { background-color: lightgray; } +pre { + white-space: pre-wrap; + color: black; + background-color: lightgray; + padding: 10px; + border-radius: 5px; +} + + /******************************************************************************/ -- cgit v1.2.3-70-g09d2