Kenmegne
7 days ago 494d349fb67be74da49caae2794fda702f595fb4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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%;
}