27 lines
468 B
CSS
27 lines
468 B
CSS
|
/*
|
||
|
To change this license header, choose License Headers in Project Properties.
|
||
|
To change this template file, choose Tools | Templates
|
||
|
and open the template in the editor.
|
||
|
*/
|
||
|
/*
|
||
|
Created on : 15 mars 2016, 11:49:35
|
||
|
Author : therbron
|
||
|
*/
|
||
|
|
||
|
#donnees{
|
||
|
width: 300px;
|
||
|
border-radius: 20px;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
#resultat{
|
||
|
width: 300px;
|
||
|
border-radius: 20px;
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#divResult{
|
||
|
position: relative;
|
||
|
top: 10px;
|
||
|
left: 5px;
|
||
|
}
|