From 494d349fb67be74da49caae2794fda702f595fb4 Mon Sep 17 00:00:00 2001
From: Kenmegne <stephanie.kenmegne@gmail.com>
Date: Thu, 18 Jun 2026 16:29:11 +0000
Subject: [PATCH] rename packages
---
fdx_generator/src/main/resources/styles/style.css | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/fdx_generator/src/main/resources/styles/style.css b/fdx_generator/src/main/resources/styles/style.css
new file mode 100644
index 0000000..2b219de
--- /dev/null
+++ b/fdx_generator/src/main/resources/styles/style.css
@@ -0,0 +1,18 @@
+/*
+Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
+Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
+*/
+/*
+ Created on : 15 nov. 2022, 11:59:29
+ Author : STEPHANIE
+*/
+
+.cover{
+ -fx-background-image: url(../images/Accuueil_Generator.jpg);
+ -fx-background-position: center center;
+ -fx-background-repeat: stretch;
+ -fx-background-size: stretch;
+}
+.square-border {
+ -fx-background-radius:0%;
+}
\ No newline at end of file
--
Gitblit v1.10.0