From 284cf939ce32ed9a85c9d1b8a0d515ccc204bc0e Mon Sep 17 00:00:00 2001 From: Oxbian Date: Wed, 3 May 2023 21:43:29 +0200 Subject: =?UTF-8?q?Ajout=20des=20premi=C3=A8res=20pages,=20et=20modificati?= =?UTF-8?q?on=20du=20g=C3=A9n=C3=A9rateur=20afin=20d'avoir=20les=20citatio?= =?UTF-8?q?ns?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'assets/css') diff --git a/assets/css/style.css b/assets/css/style.css index 4940e28..74056e4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -28,6 +28,7 @@ a:hover margin-right: auto; width: 60%; } + .header{ margin: 1em 0; display: block; @@ -38,4 +39,10 @@ a:hover display: flex; justify-content: space-between; font-weight: bold; -} \ No newline at end of file +} + +blockquote { + border-left: 3px solid #0077b6; + padding-left: 10px; + background-color: #90e0ef; +} -- cgit v1.2.3