Kenmegne
7 days ago b3d0580439b9a00c7eb918085de1694151066004
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
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;
}