/*
|
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_convert.jpg);
|
-fx-background-position: center center;
|
-fx-background-repeat: stretch;
|
-fx-background-size: cover;
|
}
|