From 85b46a0624c9d06afe647ed335f1949a14dcec2e Mon Sep 17 00:00:00 2001 From: arussac Date: Mon, 31 Mar 2025 11:46:51 +0200 Subject: [PATCH] maj title --- css/style_projet.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style_projet.css b/css/style_projet.css index 5f0384f..9a87fce 100644 --- a/css/style_projet.css +++ b/css/style_projet.css @@ -6,7 +6,8 @@ } .picture_placeHolder { - width: 100%; + width: 15.5vw; + height: 15.5vh; } .video { @@ -152,4 +153,8 @@ .frequency-control input{ width: 5vw; +} + +.highlight{ + background-color: red; } \ No newline at end of file